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

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