We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e57ffe2 commit 774ba0fCopy full SHA for 774ba0f
1 file changed
src/sqlite-vector.c
@@ -21,7 +21,7 @@
21
#include <stdbool.h>
22
#include <stddef.h>
23
24
-#ifdef _WIN32
+#if defined(_WIN32) || ((defined(__linux__) && !defined(__GLIBC__) && !defined(__ANDROID__)))
25
char *strcasestr(const char *haystack, const char *needle) {
26
if (!haystack || !needle) return NULL;
27
if (!*needle) return (char *)haystack;
0 commit comments