Browse Source

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>
Peter S. Mazinger 14 years ago
parent
commit
b9e95fe38e
1 changed files with 0 additions and 13 deletions
  1. 0 13
      libpthread/linuxthreads.old/libc_pthread_init.c

+ 0 - 13
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>