1999-07-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* manager.c: Remove inclusion of <linux/tasks.h> since it's not
	needed anymore.
This commit is contained in:
Ulrich Drepper 1999-07-29 06:42:27 +00:00
parent b113c12c35
commit 6b7986213d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
1999-07-29 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* manager.c: Remove inclusion of <linux/tasks.h> since it's not
needed anymore.
1999-07-16 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* internals.h: Align _pthread_descr_struct to 32 bytes.

View 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"