diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-02-15 01:47:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-02-15 01:47:15 +0000 |
commit | b979ec6f20cc773b153f9e4aaadc5257fd0e6f5c (patch) | |
tree | 00f5a1375c6202aab5b674564898c03295bf7825 /libc/sysdeps/linux | |
parent | 9e167b421380b59278df44caf64e5800ef6e7f4d (diff) |
dont need sysdep.h
Diffstat (limited to 'libc/sysdeps/linux')
-rw-r--r-- | libc/sysdeps/linux/x86_64/syscall.S | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libc/sysdeps/linux/x86_64/syscall.S b/libc/sysdeps/linux/x86_64/syscall.S index 8795f9a69..0ec272566 100644 --- a/libc/sysdeps/linux/x86_64/syscall.S +++ b/libc/sysdeps/linux/x86_64/syscall.S @@ -16,8 +16,6 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -#include <sysdep.h> - /* Please consult the file sysdeps/unix/sysv/linux/x86-64/sysdep.h for more information about the value -4095 used below. */ @@ -25,7 +23,6 @@ We need to do some arg shifting, the syscall_number will be in rax. */ - .globl syscall; .type syscall,@function; .align 16; |