X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fpoll.h;h=36ef7fee5892b401cd932d2b3248b0bab16d34a4;hp=f868ab575c0df67bf6cbc0e80919d2987d20b345;hb=3f62f76cab46fbd28248ed251a88278c6ea1be3a;hpb=0447b8dc5c4479fa7b505d2b9d341bca12adbd25 diff --git a/include/poll.h b/include/poll.h index f868ab57..36ef7fee 100644 --- a/include/poll.h +++ b/include/poll.h @@ -17,7 +17,7 @@ extern "C" { #define POLLWRBAND 0x200 #define POLLMSG 0x400 -typedef unsigned int nfds_t; +typedef unsigned long nfds_t; struct pollfd {