Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7519fdc9 authored by OGAWA Hirofumi's avatar OGAWA Hirofumi Committed by Jens Axboe
Browse files

[PATCH] Remove sys_ prefix of new syscalls from __NR_sys_*



On i386, we don't use sys_ prefix for __NR_*. This patch removes it
[FWIW, _syscall*() macros will generate foo() instead of sys_foo().]

Signed-off-by: default avatarOGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Signed-off-by: default avatarJens Axboe <axboe@suse.de>
parent 88e6faef
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -318,8 +318,8 @@
#define __NR_unshare		310
#define __NR_set_robust_list	311
#define __NR_get_robust_list	312
#define __NR_sys_splice		313
#define __NR_sys_sync_file_range 314
#define __NR_splice		313
#define __NR_sync_file_range	314

#define NR_syscalls 315