Define thread types also for POSIX95.
This commit is contained in:
parent
1ce1bc0d3d
commit
9ff6d9a067
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user