fix wrong type for poll.h nfds_t
authorRich Felker <dalias@aerifal.cx>
Sat, 1 Sep 2012 04:20:24 +0000 (00:20 -0400)
committerRich Felker <dalias@aerifal.cx>
Sat, 1 Sep 2012 04:20:24 +0000 (00:20 -0400)
commit3f62f76cab46fbd28248ed251a88278c6ea1be3a
tree95fce946c2528360913206409e6342cd0ab83d0a
parent0447b8dc5c4479fa7b505d2b9d341bca12adbd25
fix wrong type for poll.h nfds_t

this should not break anything since the type should never be used
except as the argument type for poll.
include/poll.h