fix wrong type for poll.h nfds_t
[musl] / include / poll.h
index f868ab5..36ef7fe 100644 (file)
@@ -17,7 +17,7 @@ extern "C" {
 #define POLLWRBAND 0x200
 #define POLLMSG    0x400
 
 #define POLLWRBAND 0x200
 #define POLLMSG    0x400
 
-typedef unsigned int nfds_t;
+typedef unsigned long nfds_t;
 
 struct pollfd
 {
 
 struct pollfd
 {