diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-02-03 06:57:16 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-02-03 06:57:16 +0000 |
commit | 3b6d086531102b6d09ce852feb1e370d5dca3ce9 (patch) | |
tree | 827663df5c2a1a9f3fc810f450fdc01d9b8fa84c /libc/sysdeps/linux/sparc/setjmp.S | |
parent | 8dc1d08d0c3a5abe3856b04a5a864227fe0ba62d (diff) |
Allow sparc code to at least compile
Diffstat (limited to 'libc/sysdeps/linux/sparc/setjmp.S')
-rw-r--r-- | libc/sysdeps/linux/sparc/setjmp.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/sparc/setjmp.S b/libc/sysdeps/linux/sparc/setjmp.S index 770c8a7b9..70fa68697 100644 --- a/libc/sysdeps/linux/sparc/setjmp.S +++ b/libc/sysdeps/linux/sparc/setjmp.S @@ -19,7 +19,6 @@ /* Code taken from glibc2.2.2/sysdeps/sparc/sparc32/setjmp.S */ #include <sysdep.h> -#include <sys/trap.h> #include "sysdep.h" #define _ASM 1 |