You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
microblaze: Wire-up new system calls
Wire up three system calls sendmmsg/process_vm_readv/process_vm_writev All tested by testing apps. Look at: net: Add sendmmsg socket system call (sha1:228e548e60) Cross Memory Attach (sha1:fcf634098c) Signed-off-by: Michal Simek <monstr@monstr.eu>
This commit is contained in:
@@ -391,8 +391,11 @@
|
||||
#define __NR_clock_adjtime 373
|
||||
#define __NR_syncfs 374
|
||||
#define __NR_setns 375
|
||||
#define __NR_sendmmsg 376
|
||||
#define __NR_process_vm_readv 377
|
||||
#define __NR_process_vm_writev 378
|
||||
|
||||
#define __NR_syscalls 376
|
||||
#define __NR_syscalls 379
|
||||
|
||||
#ifdef __KERNEL__
|
||||
#ifndef __ASSEMBLY__
|
||||
|
||||
Reference in New Issue
Block a user