aboutsummaryrefslogtreecommitdiff
path: root/system/include/libc
diff options
context:
space:
mode:
Diffstat (limited to 'system/include/libc')
-rw-r--r--system/include/libc/sys/unistd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/system/include/libc/sys/unistd.h b/system/include/libc/sys/unistd.h
index ac6eb05f..67462c63 100644
--- a/system/include/libc/sys/unistd.h
+++ b/system/include/libc/sys/unistd.h
@@ -440,6 +440,8 @@ int _EXFUN(unlinkat, (int, const char *, int));
/* Ask for full POSIX permission support including uid/gid settings. */
#define _PC_POSIX_SECURITY 91
#endif
+/* XXX Emscripten */
+#define _PC_SOCK_MAXBUF 100
/*
* confstr values per IEEE Std 1003.1, 2004 Edition