From b979ec6f20cc773b153f9e4aaadc5257fd0e6f5c Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 15 Feb 2005 01:47:15 +0000 Subject: dont need sysdep.h --- libc/sysdeps/linux/x86_64/syscall.S | 3 --- 1 file changed, 3 deletions(-) (limited to 'libc/sysdeps/linux/x86_64/syscall.S') 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 - /* 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; -- cgit v1.2.3