summaryrefslogtreecommitdiff
path: root/libc/include/stdc-predef.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/include/stdc-predef.h')
-rw-r--r--libc/include/stdc-predef.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/include/stdc-predef.h b/libc/include/stdc-predef.h
index c2896edda..823bf5810 100644
--- a/libc/include/stdc-predef.h
+++ b/libc/include/stdc-predef.h
@@ -32,4 +32,7 @@
/* wchar_t uses ISO 10646-1 (2nd ed., published 2000-09-15) / Unicode 3.1. */
#define __STDC_ISO_10646__ 200009L
+/* We do not support C11 <threads.h>. */
+#define __STDC_NO_THREADS__ 1
+
#endif