diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-18 07:11:35 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-18 07:11:35 +0000 |
commit | 09da9f1507033a20fd502089377b725ceae11d89 (patch) | |
tree | 5bb9fc65675984017e330b2a93924bd76110bbb8 /libc/sysdeps/linux/ia64/bits | |
parent | 010301e968b4aa9a37dfd437f89c054016b2de0f (diff) |
remove hunk that shouldnt have been committed
Diffstat (limited to 'libc/sysdeps/linux/ia64/bits')
-rw-r--r-- | libc/sysdeps/linux/ia64/bits/syscalls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/ia64/bits/syscalls.h b/libc/sysdeps/linux/ia64/bits/syscalls.h index 351f3398e..c5da7d91f 100644 --- a/libc/sysdeps/linux/ia64/bits/syscalls.h +++ b/libc/sysdeps/linux/ia64/bits/syscalls.h @@ -46,7 +46,7 @@ #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) \ register long _r8 asm ("r8"); \ register long _r10 asm ("r10"); \ |