summaryrefslogtreecommitdiffstats
path: root/include/linux/unistd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/unistd.h')
-rw-r--r--include/linux/unistd.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/unistd.h b/include/linux/unistd.h
index 8ac5e0474..0ec2184f6 100644
--- a/include/linux/unistd.h
+++ b/include/linux/unistd.h
@@ -146,6 +146,12 @@
#define __NR_setfsuid 138
#define __NR_setfsgid 139
#define __NR__llseek 140
+#define __NR_getdents 141
+#define __NR__newselect 142
+#define __NR_flock 143
+/* This one hasn't been assigned officially! Code that relies
+ on it deserves to die ... */
+#define __NR__cacheflush 144
extern int errno;