Define thread types also for POSIX95.

This commit is contained in:
Ulrich Drepper 2000-08-14 04:50:13 +00:00
parent 1ce1bc0d3d
commit 9ff6d9a067
2 changed files with 2 additions and 2 deletions

View 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

View 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