summaryrefslogtreecommitdiff
path: root/expat_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'expat_config.h')
-rw-r--r--expat_config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/expat_config.h b/expat_config.h
index 7253eb57..69b01c83 100644
--- a/expat_config.h
+++ b/expat_config.h
@@ -27,7 +27,7 @@
#define HAVE_GETPAGESIZE 1
/* Define to 1 if you have the `getrandom' function. */
-#if defined(__BIONIC__)
+#if defined(__BIONIC__) || defined(MUSL)
#define HAVE_GETRANDOM 1
#endif
@@ -56,7 +56,7 @@
#define HAVE_STRING_H 1
/* Define to 1 if you have `syscall' and `SYS_getrandom'. */
-#if defined(__BIONIC__)
+#if defined(__BIONIC__) || defined(MUSL)
#define HAVE_SYSCALL_GETRANDOM 1
#endif