aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/syscalls.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/syscalls.h b/include/linux/syscalls.h
index 22290eeaf553..ca079c3d09e3 100644
--- a/include/linux/syscalls.h
+++ b/include/linux/syscalls.h
@@ -54,6 +54,7 @@ struct compat_stat;
54struct compat_timeval; 54struct compat_timeval;
55struct robust_list_head; 55struct robust_list_head;
56struct getcpu_cache; 56struct getcpu_cache;
57struct old_linux_dirent;
57 58
58#include <linux/types.h> 59#include <linux/types.h>
59#include <linux/aio_abi.h> 60#include <linux/aio_abi.h>
@@ -608,6 +609,7 @@ asmlinkage long sys_timerfd_gettime(int ufd, struct itimerspec __user *otmr);
608asmlinkage long sys_eventfd(unsigned int count); 609asmlinkage long sys_eventfd(unsigned int count);
609asmlinkage long sys_eventfd2(unsigned int count, int flags); 610asmlinkage long sys_eventfd2(unsigned int count, int flags);
610asmlinkage long sys_fallocate(int fd, int mode, loff_t offset, loff_t len); 611asmlinkage long sys_fallocate(int fd, int mode, loff_t offset, loff_t len);
612asmlinkage long sys_old_readdir(unsigned int, struct old_linux_dirent __user *, unsigned int);
611 613
612int kernel_execve(const char *filename, char *const argv[], char *const envp[]); 614int kernel_execve(const char *filename, char *const argv[], char *const envp[]);
613 615