mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-27 04:41:02 +08:00
Include bits/pthreadtypes.h only not for POSIX 199506.
This commit is contained in:
parent
04cfab5065
commit
ad427949d1
@ -120,7 +120,7 @@ typedef long int __intptr_t;
|
||||
|
||||
|
||||
/* Now add the thread types. */
|
||||
#if defined __USE_POSIX199506 || defined __USE_UNIX98
|
||||
#ifdef __USE_UNIX98
|
||||
# include <bits/pthreadtypes.h>
|
||||
#endif
|
||||
|
||||
|
@ -144,7 +144,7 @@ typedef int __intptr_t;
|
||||
|
||||
|
||||
/* Now add the thread types. */
|
||||
#if defined __USE_POSIX199506 || defined __USE_UNIX98
|
||||
#ifdef __USE_UNIX98
|
||||
# include <bits/pthreadtypes.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user