1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00
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

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