On Tue, Dec 23, 2003 at 12:57:32PM -0500, Daniel Jacobowitz wrote: > If you take a look at scall64-n32.S, you'll find that there's no hole after > sendfile64. But in <asm/unistd.h> there is. So glibc gets built with the > wrong number for clock_gettime and confusion ensues... Applied. I also fixed __NR_Linux_syscalls and __NR_N32_Linux_syscalls which also were off by one but didn't get fixed by your patch. Ralf