diff options
Diffstat (limited to 'libc/include/sys/linux-syscalls.h')
-rw-r--r-- | libc/include/sys/linux-syscalls.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/include/sys/linux-syscalls.h b/libc/include/sys/linux-syscalls.h index 7b74a4b82..2fa5d3a4d 100644 --- a/libc/include/sys/linux-syscalls.h +++ b/libc/include/sys/linux-syscalls.h @@ -20,6 +20,7 @@ #define __NR_getresuid32 (__NR_SYSCALL_BASE + 209) #define __NR_getresgid32 (__NR_SYSCALL_BASE + 211) #define __NR_gettid (__NR_SYSCALL_BASE + 224) +#define __NR_readahead (__NR_SYSCALL_BASE + 225) #define __NR_getgroups32 (__NR_SYSCALL_BASE + 205) #define __NR_getpgid (__NR_SYSCALL_BASE + 132) #define __NR_getppid (__NR_SYSCALL_BASE + 64) |