diff options
author | OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> | 2006-04-11 08:00:04 -0400 |
---|---|---|
committer | Jens Axboe <axboe@suse.de> | 2006-04-11 08:00:04 -0400 |
commit | 7519fdc90fe577cb966ab1ce2bf51ac639f05a0e (patch) | |
tree | b07dba5126ab4ef4fe55fa5897f821432179429e /include/asm-i386 | |
parent | 88e6faefaeed40a162041d85689e94595756d4c3 (diff) |
[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: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Signed-off-by: Jens Axboe <axboe@suse.de>
Diffstat (limited to 'include/asm-i386')
-rw-r--r-- | include/asm-i386/unistd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-i386/unistd.h b/include/asm-i386/unistd.h index 2e7f3e257fdd..7b1ba84d4a5b 100644 --- a/include/asm-i386/unistd.h +++ b/include/asm-i386/unistd.h | |||
@@ -318,8 +318,8 @@ | |||
318 | #define __NR_unshare 310 | 318 | #define __NR_unshare 310 |
319 | #define __NR_set_robust_list 311 | 319 | #define __NR_set_robust_list 311 |
320 | #define __NR_get_robust_list 312 | 320 | #define __NR_get_robust_list 312 |
321 | #define __NR_sys_splice 313 | 321 | #define __NR_splice 313 |
322 | #define __NR_sys_sync_file_range 314 | 322 | #define __NR_sync_file_range 314 |
323 | 323 | ||
324 | #define NR_syscalls 315 | 324 | #define NR_syscalls 315 |
325 | 325 | ||