]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-parisc/unistd.h
[NETNS][DST]: Add the network namespace pointer in dst_ops
[linux-2.6-omap-h63xx.git] / include / asm-parisc / unistd.h
index f74099bdca3c11c6ee99e106146041c6587c0ad0..081b4ae6186682aeaeffff35a677eab29b869f95 100644 (file)
 #define __NR_signalfd          (__NR_Linux + 302)
 #define __NR_timerfd           (__NR_Linux + 303)
 #define __NR_eventfd           (__NR_Linux + 304)
+#define __NR_fallocate         (__NR_Linux + 305)
 
-#define __NR_Linux_syscalls    (__NR_eventfd + 1)
+#define __NR_Linux_syscalls    (__NR_fallocate + 1)
 
 
 #define __IGNORE_select                /* newselect */