summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/arm/bsd-_setjmp.S
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-08-23 19:21:41 +0000
committerMike Frysinger <vapier@gentoo.org>2006-08-23 19:21:41 +0000
commita93c8678684329c262eff95d15561c0262fcf4c1 (patch)
tree5f11ad0f39632f97c98fdd7604e5dc4fb758113b /libc/sysdeps/linux/arm/bsd-_setjmp.S
parentd036894a6f329bda959f684de2c9c7ed970adbf4 (diff)
fix from psm: remove unused defines/includes
Diffstat (limited to 'libc/sysdeps/linux/arm/bsd-_setjmp.S')
-rw-r--r--libc/sysdeps/linux/arm/bsd-_setjmp.S4
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 4e36143f8..f70073266 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