diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2013-02-24 20:05:25 +0100 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-03-04 05:00:34 +0100 |
commit | 4cce1a207ce6776ec020353c46ccd924d8656364 (patch) | |
tree | c6c13d64ad46256067b8ab73b07f58b366c3dc46 /arch/x86 | |
parent | x86: sys32_kill and sys32_mprotect are pointless (diff) | |
download | linux-4cce1a207ce6776ec020353c46ccd924d8656364.tar.xz linux-4cce1a207ce6776ec020353c46ccd924d8656364.zip |
x86: trim sys_ia32.h
remove the externs for functions that don't exist anymore
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/include/asm/sys_ia32.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/x86/include/asm/sys_ia32.h b/arch/x86/include/asm/sys_ia32.h index 5e1724176626..0ef202e232d6 100644 --- a/arch/x86/include/asm/sys_ia32.h +++ b/arch/x86/include/asm/sys_ia32.h @@ -31,16 +31,11 @@ asmlinkage long sys32_fstatat(unsigned int, const char __user *, struct mmap_arg_struct32; asmlinkage long sys32_mmap(struct mmap_arg_struct32 __user *); -asmlinkage long sys32_alarm(unsigned int); - asmlinkage long sys32_waitpid(compat_pid_t, unsigned int __user *, int); -asmlinkage long sys32_sysfs(int, u32, u32); asmlinkage long sys32_pread(unsigned int, char __user *, u32, u32, u32); asmlinkage long sys32_pwrite(unsigned int, const char __user *, u32, u32, u32); -asmlinkage long sys32_personality(unsigned long); - long sys32_fadvise64_64(int, __u32, __u32, __u32, __u32, int); long sys32_vm86_warning(void); |