[PARISC] Wire up sys_fallocate (and compat_sys_fallocate)
[sfrench/cifs-2.6.git] / arch / parisc / kernel / syscall_table.S
index 9323f4d64e1c26624ebccee4e977798251313e09..117438e9eb2a8329a932c17b5b184095982c39dc 100644 (file)
        ENTRY_SAME(setfsgid)
        /* I think this might work */
        ENTRY_SAME(llseek)              /* 140 */
-       /* struct linux_dirent has longs, like 'unsigned long d_ino' which
-        * almost definitely should be 'ino_t d_ino' but it's too late now */
-       ENTRY_DIFF(getdents)
+       ENTRY_COMP(getdents)
        /* it is POSSIBLE that select will be OK because even though fd_set
         * contains longs, the macros and sizes are clever. */
        ENTRY_COMP(select)
        ENTRY_SAME(epoll_pwait)
        ENTRY_COMP(statfs64)
        ENTRY_COMP(fstatfs64)
+       ENTRY_COMP(kexec_load)          /* 300 */
+       ENTRY_COMP(utimensat)
+       ENTRY_COMP(signalfd)
+       ENTRY_COMP(timerfd)
+       ENTRY_SAME(eventfd)
+       ENTRY_COMP(fallocate)           /* 305 */
+
        /* Nothing yet */
 
 #undef ENTRY_SAME