OSDN Git Service

this is GNU source
authorMike Frysinger <vapier@gentoo.org>
Tue, 15 Nov 2005 23:38:09 +0000 (23:38 -0000)
committerMike Frysinger <vapier@gentoo.org>
Tue, 15 Nov 2005 23:38:09 +0000 (23:38 -0000)
libc/misc/pthread/no-tsd.c
libc/misc/pthread/weaks.c

index ef79cb8..1fabaae 100644 (file)
@@ -17,6 +17,7 @@
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
+#define _GNU_SOURCE
 #include <bits/libc-tsd.h>
 
 /* This file provides uinitialized (common) definitions for the
index b17b131..befa8a5 100644 (file)
@@ -17,6 +17,7 @@
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
+#define _GNU_SOURCE
 #include <errno.h>
 #include <limits.h>
 #include <stdlib.h>