@@ -21,10 +21,6 @@
We cannot do it in C because it must be a tail-call, so frame-unwinding
in setjmp doesn't clobber the state restored by longjmp. */
-#define _SETJMP_H
-#define _ASM
-#include <bits/setjmp.h>
-
.global _setjmp
.type _setjmp,%function
.align 2
.global setjmp
.type setjmp,%function
@@ -18,9 +18,6 @@
02111-1307 USA. */
#include <features.h>
.global __sigsetjmp
.type __sigsetjmp,%function
@@ -1,8 +1,3 @@
-#include <features.h>
.text
/* This just does a tail-call to `__sigsetjmp (ARG, 0)'.
@@ -17,11 +17,6 @@
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
.align 4
.import __sigjmp_save, code
@@ -18,8 +18,6 @@
/* clone() is even more special than fork() as it mucks with stacks
and invokes a function in the right context after its all over. */
-#include <bits/errno.h>
#include <sys/syscall.h>
#warning "This file contains a hardcoded constant for SYS_clone"
.align 16