fix broken FD_* macros on 64-bit targets
authorRich Felker <dalias@aerifal.cx>
Sat, 27 Aug 2011 23:42:13 +0000 (19:42 -0400)
committerRich Felker <dalias@aerifal.cx>
Sat, 27 Aug 2011 23:42:13 +0000 (19:42 -0400)
commit1f5ff26cd788d29c77e322e7584da46466723572
tree5c3e281b3d3cf94142dd51d603e8c469ab6f928e
parent291666a14a41fe46c1e302585de97b399ab631e7
fix broken FD_* macros on 64-bit targets

1 is too small if int is 32-bit but unsigned long is 64-bit. be
explicit and use 1UL.
include/sys/select.h