diff options
Diffstat (limited to 'libc/sysdeps/linux/xtensa/bits')
-rw-r--r-- | libc/sysdeps/linux/xtensa/bits/syscalls.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libc/sysdeps/linux/xtensa/bits/syscalls.h b/libc/sysdeps/linux/xtensa/bits/syscalls.h index 6b87acea4..cc6c41e10 100644 --- a/libc/sysdeps/linux/xtensa/bits/syscalls.h +++ b/libc/sysdeps/linux/xtensa/bits/syscalls.h @@ -81,8 +81,5 @@ : "memory"); \ (long) _a2; }) -#define INTERNAL_SYSCALL(name, err, nr, args...) \ - INTERNAL_SYSCALL_NCS (__NR_##name, err, nr, ##args) - #endif /* not __ASSEMBLER__ */ #endif /* _BITS_SYSCALLS_H */ |