···285 return err;286}287000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000288/*** copied from mips64 ***/289/*290 * Ooo, nasty. We need here to frob 32-bit unsigned longs to
+1-3
arch/parisc/kernel/syscall_table.S
···222 ENTRY_SAME(setfsgid)223 /* I think this might work */224 ENTRY_SAME(llseek) /* 140 */225- /* struct linux_dirent has longs, like 'unsigned long d_ino' which226- * almost definitely should be 'ino_t d_ino' but it's too late now */227- ENTRY_DIFF(getdents)228 /* it is POSSIBLE that select will be OK because even though fd_set229 * contains longs, the macros and sizes are clever. */230 ENTRY_COMP(select)
···222 ENTRY_SAME(setfsgid)223 /* I think this might work */224 ENTRY_SAME(llseek) /* 140 */225+ ENTRY_COMP(getdents)00226 /* it is POSSIBLE that select will be OK because even though fd_set227 * contains longs, the macros and sizes are clever. */228 ENTRY_COMP(select)