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