Skip to content

Commit

Permalink
[PATCH] Remove sys_ prefix of new syscalls from __NR_sys_*
Browse files Browse the repository at this point in the history
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: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Signed-off-by: Jens Axboe <axboe@suse.de>
  • Loading branch information
OGAWA Hirofumi authored and Jens Axboe committed Apr 11, 2006
1 parent 88e6fae commit 7519fdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/asm-i386/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7519fdc

Please sign in to comment.