From a93c8678684329c262eff95d15561c0262fcf4c1 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 23 Aug 2006 19:21:41 +0000 Subject: fix from psm: remove unused defines/includes --- libc/sysdeps/linux/arm/bsd-_setjmp.S | 4 ---- libc/sysdeps/linux/arm/bsd-setjmp.S | 4 ---- libc/sysdeps/linux/arm/setjmp.S | 3 --- 3 files changed, 11 deletions(-) (limited to 'libc/sysdeps/linux/arm') 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 - .global _setjmp .type _setjmp,%function .align 2 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 - .global setjmp .type setjmp,%function .align 2 diff --git a/libc/sysdeps/linux/arm/setjmp.S b/libc/sysdeps/linux/arm/setjmp.S index dea6f5675..ceea96a40 100644 --- a/libc/sysdeps/linux/arm/setjmp.S +++ b/libc/sysdeps/linux/arm/setjmp.S @@ -18,9 +18,6 @@ 02111-1307 USA. */ #include -#define _SETJMP_H -#define _ASM -#include .global __sigsetjmp .type __sigsetjmp,%function -- cgit v1.2.3