commit | 7519fdc90fe577cb966ab1ce2bf51ac639f05a0e | [log] [tgz] |
---|---|---|
author | OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> | Tue Apr 11 14:00:04 2006 +0200 |
committer | Jens Axboe <axboe@suse.de> | Tue Apr 11 14:00:04 2006 +0200 |
tree | b07dba5126ab4ef4fe55fa5897f821432179429e | |
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>