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
MN10300: Wire up new system calls
Wire up system calls added in the last merge window for the MN10300 arch. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
3ab36ab685
commit
02c3638089
@@ -338,6 +338,12 @@
|
||||
#define __NR_fallocate 325
|
||||
#define __NR_timerfd_settime 326
|
||||
#define __NR_timerfd_gettime 327
|
||||
#define __NR_signalfd4 328
|
||||
#define __NR_eventfd2 329
|
||||
#define __NR_epoll_create1 330
|
||||
#define __NR_dup3 331
|
||||
#define __NR_pipe2 332
|
||||
#define __NR_inotify_init1 333
|
||||
|
||||
#ifdef __KERNEL__
|
||||
|
||||
|
||||
Reference in New Issue
Block a user