Skip to content

Commit

Permalink
Define __STDC_NO_THREADS__.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsm28 committed May 10, 2012
1 parent 28e7250 commit 6d74dd0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2012-05-10 Joseph Myers <[email protected]>

* include/stdc-predef.h (__STDC_NO_THREADS__): Define.

2012-05-10 Maxim Kuvyrkov <[email protected]>
Joseph Myers <[email protected]>
Paul Pluzhnikov <[email protected]>
Expand Down
3 changes: 3 additions & 0 deletions include/stdc-predef.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6d74dd0

Please sign in to comment.