From 5606e4d6f92c10af214b54a01db79cf561067e58 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 23 Oct 2000 23:23:54 +0000 Subject: More reorg. A place for everything and everything in its place... --- libc/sysdeps/linux/common/waitpid.c | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 libc/sysdeps/linux/common/waitpid.c (limited to 'libc/sysdeps/linux/common/waitpid.c') diff --git a/libc/sysdeps/linux/common/waitpid.c b/libc/sysdeps/linux/common/waitpid.c deleted file mode 100644 index 0d95b4e81..000000000 --- a/libc/sysdeps/linux/common/waitpid.c +++ /dev/null @@ -1,10 +0,0 @@ -#include -#include -#include -#include - -__pid_t -waitpid(__pid_t pid, int *wait_stat, int options) -{ - return wait4(pid, (__WAIT_STATUS) wait_stat, options, NULL); -} -- cgit v1.2.3