X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=include%2Fpoll.h;h=36ef7fee5892b401cd932d2b3248b0bab16d34a4;hb=3f62f76cab46fbd28248ed251a88278c6ea1be3a;hp=f868ab575c0df67bf6cbc0e80919d2987d20b345;hpb=0b44a0315b47dd8eced9f3b7f31580cf14bbfc01;p=musl 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 {