1
0
Fork 0

ia64: add statx and io_pgetevents syscalls

All architectures should implement these two, so assign numbers
and hook them up on ia64.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
hifive-unleashed-5.1
Arnd Bergmann 2018-12-30 22:25:07 +01:00
parent 74cd218483
commit 7349ee3a97
1 changed files with 2 additions and 0 deletions

View File

@ -335,3 +335,5 @@
323 common copy_file_range sys_copy_file_range
324 common preadv2 sys_preadv2
325 common pwritev2 sys_pwritev2
326 common statx sys_statx
327 common io_pgetevents sys_io_pgetevents