Include bits/pthreadtypes.h only not for POSIX 199506.

This commit is contained in:
Ulrich Drepper 1998-10-26 15:43:18 +00:00
parent 04cfab5065
commit ad427949d1
2 changed files with 2 additions and 2 deletions

View File

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

View File

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