diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-18 19:36:36 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-18 19:36:36 +0000 |
commit | 5cc8e24806a0a85ac2df70a83e4861a61b2b3652 (patch) | |
tree | 5d9c1d103d9d996d73ed255e22930395e2e04022 /include | |
parent | eeb2918922a49522b73cb10d41ea0fbd03af1180 (diff) |
Don't include twice features.h and correct typo
Diffstat (limited to 'include')
-rw-r--r-- | include/sys/types.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/sys/types.h b/include/sys/types.h index 666681453..087819b02 100644 --- a/include/sys/types.h +++ b/include/sys/types.h @@ -262,8 +262,7 @@ typedef __fsfilcnt64_t fsfilcnt64_t; /* Type to count file system inodes. */ /* Now add the thread types. */ -#include <features.h> -#if (defined __USE_POSIX199506 || defined __USE_UNIX98) && defined UCLIBC_HAS_THREADS +#if (defined __USE_POSIX199506 || defined __USE_UNIX98) && defined __UCLIBC_HAS_THREADS__ # include <bits/pthreadtypes.h> #endif |