diff options
Diffstat (limited to 'libc/sysdeps/linux/sh/bits/syscalls.h')
-rw-r--r-- | libc/sysdeps/linux/sh/bits/syscalls.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libc/sysdeps/linux/sh/bits/syscalls.h b/libc/sysdeps/linux/sh/bits/syscalls.h index f953ed3e8..234f80653 100644 --- a/libc/sysdeps/linux/sh/bits/syscalls.h +++ b/libc/sysdeps/linux/sh/bits/syscalls.h @@ -11,11 +11,6 @@ # define __SH_SYSCALL_TRAP_BASE 0x10 #endif -/* This includes the `__NR_<name>' syscall numbers taken from the Linux kernel - * header files. It also defines the traditional `SYS_<name>' macros for older - * programs. */ -#include <bits/sysnum.h> - #ifndef __ASSEMBLER__ #include <errno.h> |