From: Joseph Myers Date: Thu, 10 May 2012 17:11:08 +0000 (+0000) Subject: Define __STDC_NO_THREADS__. X-Git-Tag: glibc-2.16-tps~429 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6d74dd09d29f77ac2b22410f45687def349ba3da;p=thirdparty%2Fglibc.git Define __STDC_NO_THREADS__. --- diff --git a/ChangeLog b/ChangeLog index 4acae978215..559754ec6f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-05-10 Joseph Myers + + * include/stdc-predef.h (__STDC_NO_THREADS__): Define. + 2012-05-10 Maxim Kuvyrkov Joseph Myers Paul Pluzhnikov diff --git a/include/stdc-predef.h b/include/stdc-predef.h index ef10c1672e2..146bc5c2b56 100644 --- a/include/stdc-predef.h +++ b/include/stdc-predef.h @@ -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 . */ +#define __STDC_NO_THREADS__ 1 + #endif