diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/stdc-predef.h | 3 | ||||
-rw-r--r-- | include/threads.h | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/include/stdc-predef.h b/include/stdc-predef.h index c5697594ab..c2ab78a2d4 100644 --- a/include/stdc-predef.h +++ b/include/stdc-predef.h @@ -57,7 +57,4 @@ - 3 additional Zanabazar Square characters */ #define __STDC_ISO_10646__ 201706L -/* We do not support C11 <threads.h>. */ -#define __STDC_NO_THREADS__ 1 - #endif diff --git a/include/threads.h b/include/threads.h new file mode 100644 index 0000000000..1090612837 --- /dev/null +++ b/include/threads.h @@ -0,0 +1 @@ +#include <nptl/threads.h> |