diff options
Diffstat (limited to 'libc/sysdeps/linux/arm/bsd-setjmp.S')
-rw-r--r-- | libc/sysdeps/linux/arm/bsd-setjmp.S | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libc/sysdeps/linux/arm/bsd-setjmp.S b/libc/sysdeps/linux/arm/bsd-setjmp.S index e803d1583..6253c6675 100644 --- a/libc/sysdeps/linux/arm/bsd-setjmp.S +++ b/libc/sysdeps/linux/arm/bsd-setjmp.S @@ -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 |