We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8f988f commit 75f3d20Copy full SHA for 75f3d20
lib/wasi.c
@@ -19,6 +19,7 @@
19
#define _POSIX_C_SOURCE 199309 /* clock_gettime */
20
#define _DARWIN_C_SOURCE /* arc4random_buf */
21
#define _GNU_SOURCE /* asprintf, realpath, O_DIRECTORY */
22
+#define _NETBSD_SOURCE /* asprintf, DT_REG, etc */
23
24
#if defined(__wasi__)
25
/*
0 commit comments