diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-08-23 19:17:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-08-23 19:17:31 +0000 |
commit | 37685d2e686412d00bc9dfb47c1f093dda0b3e3c (patch) | |
tree | aa3e204dc17679ad51be2d33cd71ec518455c34a | |
parent | bc513d94e6329ec9a24cb38d2a15521edd91c95a (diff) |
fix from psm: remove unused defines/includes
-rw-r--r-- | libc/sysdeps/linux/h8300/__longjmp.S | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libc/sysdeps/linux/h8300/__longjmp.S b/libc/sysdeps/linux/h8300/__longjmp.S index 2233644d0..5cffa3e5f 100644 --- a/libc/sysdeps/linux/h8300/__longjmp.S +++ b/libc/sysdeps/linux/h8300/__longjmp.S @@ -1,7 +1,3 @@ -#define _ASM -#define _SETJMP_H -#include <bits/setjmp.h> - #ifdef __H8300S__ .h8300s #else |