···222222 ENTRY_SAME(setfsgid)223223 /* I think this might work */224224 ENTRY_SAME(llseek) /* 140 */225225- /* struct linux_dirent has longs, like 'unsigned long d_ino' which226226- * almost definitely should be 'ino_t d_ino' but it's too late now */227227- ENTRY_DIFF(getdents)225225+ ENTRY_COMP(getdents)228226 /* it is POSSIBLE that select will be OK because even though fd_set229227 * contains longs, the macros and sizes are clever. */230228 ENTRY_COMP(select)