Commit df4f3eb7 authored by Michal Simek's avatar Michal Simek

microblaze: Add missing preadv and pwritev syscalls

Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
parent ce0b755f
...@@ -378,8 +378,10 @@ ...@@ -378,8 +378,10 @@
#define __NR_sendmsg 360 /* new */ #define __NR_sendmsg 360 /* new */
#define __NR_recvmsg 361 /* new */ #define __NR_recvmsg 361 /* new */
#define __NR_accept04 362 /* new */ #define __NR_accept04 362 /* new */
#define __NR_preadv 363 /* new */
#define __NR_pwritev 364 /* new */
#define __NR_syscalls 363 #define __NR_syscalls 365
#ifdef __KERNEL__ #ifdef __KERNEL__
#ifndef __ASSEMBLY__ #ifndef __ASSEMBLY__
......
...@@ -363,3 +363,5 @@ ENTRY(sys_call_table) ...@@ -363,3 +363,5 @@ ENTRY(sys_call_table)
.long sys_sendmsg /* 360 */ .long sys_sendmsg /* 360 */
.long sys_recvmsg .long sys_recvmsg
.long sys_ni_syscall .long sys_ni_syscall
.long sys_ni_syscall
.long sys_ni_syscall
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment