]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Remove inclusion of <linux/tasks.h> since it's not needed anymore.
authorUlrich Drepper <drepper@redhat.com>
Thu, 29 Jul 1999 06:43:07 +0000 (06:43 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 29 Jul 1999 06:43:07 +0000 (06:43 +0000)
linuxthreads/manager.c

index f783bb1a138f233bfeee59b09b2af15f607315e2..f1a589940477b5c1e8f08aa1132a50f58c879fb3 100644 (file)
@@ -26,7 +26,6 @@
 #include <sys/param.h>
 #include <sys/time.h>
 #include <sys/wait.h>           /* for waitpid macros */
-#include <linux/tasks.h>
 
 #include "pthread.h"
 #include "internals.h"