Browse Source

remove hunk that shouldnt have been committed

Mike Frysinger 19 years ago
parent
commit
09da9f1507
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libc/sysdeps/linux/ia64/bits/syscalls.h

+ 1 - 1
libc/sysdeps/linux/ia64/bits/syscalls.h

@@ -46,7 +46,7 @@
 #define __IA64_BREAK_SYSCALL	0x100000
 #define __IA64_BREAK_SYSCALL	0x100000
 #define ___IA64_BREAK_SYSCALL	"0x100000"
 #define ___IA64_BREAK_SYSCALL	"0x100000"
 
 
-#define _DO_SYSCALL(break_syscall, name, nr, args...) \
+#define _DO_SYSCALL(name, nr, args...) \
     LOAD_ARGS_##nr (args) \
     LOAD_ARGS_##nr (args) \
     register long _r8 asm ("r8"); \
     register long _r8 asm ("r8"); \
     register long _r10 asm ("r10"); \
     register long _r10 asm ("r10"); \