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

Commit 4cce1a20 authored by Al Viro's avatar Al Viro
Browse files

x86: trim sys_ia32.h



remove the externs for functions that don't exist anymore

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 07b05345
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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);