On Fri, Mar 09, 2007 at 02:46:25PM -0500, Peter Watkins wrote: > The siginfo field si_fd is incorrect on n64 because the band field does > not match glibc. Susv3 says: [...] The <signal.h> header shall define the siginfo_t type as a structure that includes at least the following members: [...] long si_band Band event for SIGPOLL. [...] So the kernel is right, glibc is wrong I'd say ... Ralf