]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Define thread types also for POSIX95.
authorUlrich Drepper <drepper@redhat.com>
Mon, 14 Aug 2000 04:50:13 +0000 (04:50 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 14 Aug 2000 04:50:13 +0000 (04:50 +0000)
sysdeps/unix/sysv/linux/alpha/bits/types.h
sysdeps/unix/sysv/linux/mips/bits/types.h

index 722db9e2309fb041ccedff301ad018d80f462668..445ca94e8ffacd0955fc392afe808c51345d9241 100644 (file)
@@ -128,7 +128,7 @@ typedef unsigned int __socklen_t;
 
 
 /* Now add the thread types.  */
-#ifdef __USE_UNIX98
+#if defined __USE_POSIX199506 || defined __USE_UNIX98
 # include <bits/pthreadtypes.h>
 #endif
 
index 379f2bcd32ee1bd151dd077662989cb66086ede9..818b9479c34d696f68195e7e83840e8e5018bb45 100644 (file)
@@ -154,7 +154,7 @@ typedef unsigned int __socklen_t;
 
 
 /* Now add the thread types.  */
-#ifdef __USE_UNIX98
+#if defined __USE_POSIX199506 || defined __USE_UNIX98
 # include <bits/pthreadtypes.h>
 #endif