Browse Source

this is GNU source

Mike Frysinger 18 years ago
parent
commit
3e73f8b907
2 changed files with 2 additions and 0 deletions
  1. 1 0
      libc/misc/pthread/no-tsd.c
  2. 1 0
      libc/misc/pthread/weaks.c

+ 1 - 0
libc/misc/pthread/no-tsd.c

@@ -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

+ 1 - 0
libc/misc/pthread/weaks.c

@@ -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>