From 52029220899bc6d566541de1e3da8cd21327e4a5 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sun, 8 May 2011 00:39:06 +0200 Subject: bits/types.h: remove thread types, users should include pthread.h Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- libc/sysdeps/linux/common/bits/types.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'libc') diff --git a/libc/sysdeps/linux/common/bits/types.h b/libc/sysdeps/linux/common/bits/types.h index b50e0900d..6ca331a54 100644 --- a/libc/sysdeps/linux/common/bits/types.h +++ b/libc/sysdeps/linux/common/bits/types.h @@ -1,5 +1,5 @@ /* bits/types.h -- definitions of __*_t types underlying *_t types. - Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -27,8 +27,6 @@ #include #include -#define __need_size_t -#include #ifdef _LIBC #include #endif @@ -200,9 +198,4 @@ __STD_TYPE __U32_TYPE __socklen_t; #undef __STD_TYPE -/* Now add the thread types. */ -#if defined __UCLIBC_HAS_THREADS__ && (defined __USE_POSIX199506 || defined __USE_UNIX98) -# include -#endif - #endif /* bits/types.h */ -- cgit v1.2.3