mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-11 16:29:05 +00:00
Blackfin: hook up preadv/pwritev syscalls
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
cd86a536c8
commit
7a1450fdf4
@ -378,8 +378,10 @@
|
|||||||
#define __NR_dup3 363
|
#define __NR_dup3 363
|
||||||
#define __NR_pipe2 364
|
#define __NR_pipe2 364
|
||||||
#define __NR_inotify_init1 365
|
#define __NR_inotify_init1 365
|
||||||
|
#define __NR_preadv 366
|
||||||
|
#define __NR_pwritev 367
|
||||||
|
|
||||||
#define __NR_syscall 366
|
#define __NR_syscall 368
|
||||||
#define NR_syscalls __NR_syscall
|
#define NR_syscalls __NR_syscall
|
||||||
|
|
||||||
/* Old optional stuff no one actually uses */
|
/* Old optional stuff no one actually uses */
|
||||||
|
@ -1581,6 +1581,8 @@ ENTRY(_sys_call_table)
|
|||||||
.long _sys_dup3
|
.long _sys_dup3
|
||||||
.long _sys_pipe2
|
.long _sys_pipe2
|
||||||
.long _sys_inotify_init1 /* 365 */
|
.long _sys_inotify_init1 /* 365 */
|
||||||
|
.long _sys_preadv
|
||||||
|
.long _sys_pwritev
|
||||||
|
|
||||||
.rept NR_syscalls-(.-_sys_call_table)/4
|
.rept NR_syscalls-(.-_sys_call_table)/4
|
||||||
.long _sys_ni_syscall
|
.long _sys_ni_syscall
|
||||||
|
Loading…
x
Reference in New Issue
Block a user