diff options
Diffstat (limited to 'include/asm-generic/unistd.h')
-rw-r--r-- | include/asm-generic/unistd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-generic/unistd.h b/include/asm-generic/unistd.h index 2292d1af9d70..991ef01cd77e 100644 --- a/include/asm-generic/unistd.h +++ b/include/asm-generic/unistd.h | |||
@@ -218,7 +218,7 @@ __SC_COMP(__NR_pwritev, sys_pwritev, compat_sys_pwritev) | |||
218 | 218 | ||
219 | /* fs/sendfile.c */ | 219 | /* fs/sendfile.c */ |
220 | #define __NR3264_sendfile 71 | 220 | #define __NR3264_sendfile 71 |
221 | __SC_3264(__NR3264_sendfile, sys_sendfile64, sys_sendfile) | 221 | __SYSCALL(__NR3264_sendfile, sys_sendfile64) |
222 | 222 | ||
223 | /* fs/select.c */ | 223 | /* fs/select.c */ |
224 | #define __NR_pselect6 72 | 224 | #define __NR_pselect6 72 |