diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-05-03 22:54:51 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-06-15 14:00:43 +0200 |
commit | b9e95fe38e7a366e6b6eec9e67164d0db3737514 (patch) | |
tree | 24596427e385539d5293b66464f4c5bbd3aa83de | |
parent | 71a7acbd4e8bf6f42e02c04932b3e13a5452b399 (diff) |
libc_pthread_init.c: include only what is necessary
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
-rw-r--r-- | libpthread/linuxthreads.old/libc_pthread_init.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/libpthread/linuxthreads.old/libc_pthread_init.c b/libpthread/linuxthreads.old/libc_pthread_init.c index a459cf3b5..30a316d8e 100644 --- a/libpthread/linuxthreads.old/libc_pthread_init.c +++ b/libpthread/linuxthreads.old/libc_pthread_init.c @@ -17,21 +17,8 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -#include <features.h> #include <locale.h> -#include <stdlib.h> #include <string.h> - -/* see comment in forward.c */ -#define GCC_RENAME_BUG 1 -#ifdef GCC_RENAME_BUG -# include <ctype.h> -# include <signal.h> -# include <unistd.h> -# include <sys/time.h> -# include <sys/wait.h> -#endif - #include <linuxthreads.old/sysdeps/pthread/pthread-functions.h> |