patch-1.3.46 linux/lib/_exit.c
Next file: linux/lib/close.c
Previous file: linux/lib/Makefile
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Thu Jan 1 02:00:00 1970
- Orig file:
v1.3.45/linux/lib/_exit.c
- Orig date:
Wed Jan 4 21:16:06 1995
diff -u --recursive --new-file v1.3.45/linux/lib/_exit.c linux/lib/_exit.c
@@ -1,21 +0,0 @@
-/*
- * linux/lib/_exit.c
- *
- * Copyright (C) 1991, 1992 Linus Torvalds
- */
-
-#define __LIBRARY__
-#include <linux/unistd.h>
-
-#define exit __sys_exit
-static inline _syscall0(int, exit)
-#undef exit
-
-volatile void _exit(int exit_code)
-{
-fake_volatile:
- __sys_exit();
- goto fake_volatile;
-}
-
-
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