patch-1.3.46 linux/lib/wait.c
Next file: linux/lib/write.c
Previous file: linux/lib/setsid.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Thu Jan 1 02:00:00 1970
- Orig file:
v1.3.45/linux/lib/wait.c
- Orig date:
Wed Dec 1 14:44:15 1993
diff -u --recursive --new-file v1.3.45/linux/lib/wait.c linux/lib/wait.c
@@ -1,17 +0,0 @@
-/*
- * linux/lib/wait.c
- *
- * Copyright (C) 1991, 1992 Linus Torvalds
- */
-
-#define __LIBRARY__
-#include <linux/unistd.h>
-#include <linux/types.h>
-
-_syscall3(pid_t,waitpid,pid_t,pid,int *,wait_stat,int,options)
-
-pid_t wait(int * wait_stat)
-{
- return waitpid(-1,wait_stat,0);
-}
-
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this