Define __STDC_NO_THREADS__.
This commit is contained in:
parent
28e7250162
commit
6d74dd09d2
@ -1,3 +1,7 @@
|
||||
2012-05-10 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* include/stdc-predef.h (__STDC_NO_THREADS__): Define.
|
||||
|
||||
2012-05-10 Maxim Kuvyrkov <maxim@codesourcery.com>
|
||||
Joseph Myers <joseph@codesourcery.com>
|
||||
Paul Pluzhnikov <ppluzhnikov@google.com>
|
||||
|
@ -33,4 +33,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
|
||||
|
Loading…
x
Reference in New Issue
Block a user