void-packages/srcpkgs/firefox/patches/sqlite-vec-remove-u_int_t-to-uint_t.patch
2025-05-28 04:28:11 +02:00

23 lines
465 B
Diff

--- a/third_party/sqlite3/ext/sqlite-vec/sqlite-vec.c
+++ b/third_party/sqlite3/ext/sqlite-vec/sqlite-vec.c
@@ -61,20 +61,6 @@
#define LONGDOUBLE_TYPE long double
#endif
-#ifndef _WIN32
-#ifndef __EMSCRIPTEN__
-#ifndef __COSMOPOLITAN__
-#ifndef __wasi__
-#ifndef __sun__
-typedef u_int8_t uint8_t;
-typedef u_int16_t uint16_t;
-typedef u_int64_t uint64_t;
-#endif
-#endif
-#endif
-#endif
-#endif
-
typedef int8_t i8;
typedef uint8_t u8;
typedef int16_t i16;