diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-08-23 19:21:41 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-08-23 19:21:41 +0000 |
commit | a93c8678684329c262eff95d15561c0262fcf4c1 (patch) | |
tree | 5f11ad0f39632f97c98fdd7604e5dc4fb758113b /libc/sysdeps/linux/hppa | |
parent | d036894a6f329bda959f684de2c9c7ed970adbf4 (diff) |
fix from psm: remove unused defines/includes
Diffstat (limited to 'libc/sysdeps/linux/hppa')
-rw-r--r-- | libc/sysdeps/linux/hppa/setjmp.S | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libc/sysdeps/linux/hppa/setjmp.S b/libc/sysdeps/linux/hppa/setjmp.S index c2ba4fb1b..fdc4c424b 100644 --- a/libc/sysdeps/linux/hppa/setjmp.S +++ b/libc/sysdeps/linux/hppa/setjmp.S @@ -17,11 +17,6 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -#define _ASM -#define _SETJMP_H -#include <bits/setjmp.h> - - .text .align 4 .import __sigjmp_save, code |