fix and cleanup suseconds_t/timeval stuff (broken on 64-bit)
authorRich Felker <dalias@aerifal.cx>
Wed, 13 Apr 2011 17:16:49 +0000 (13:16 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 13 Apr 2011 17:16:49 +0000 (13:16 -0400)
commitcac7d837ccc35b7e80d8f1eb7338f8e9d8b1b2d8
treeb95687d3a7052d9e73046b6c5e212962390e5461
parent91e836fda7d4e2a4ba38d5faec6e3876b1b5e179
fix and cleanup suseconds_t/timeval stuff (broken on 64-bit)

trash in the upper 32 bits was making the kernel sleep forever in
select on 64-bit systems.
arch/x86_64/bits/alltypes.h.sh
include/sys/select.h
include/sys/time.h