X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fpoll.h;h=9a785307a39f1489550a53e08a0eab860ea98708;hp=ace3f3aa05026691db36e58567b3c3aa85c24166;hb=01739902843e93ec6e9bf8e17d32c8ddf73fad81;hpb=141138c41b5b1cbb74c61690c9b6dbacce4e1983 diff --git a/include/poll.h b/include/poll.h index ace3f3aa..9a785307 100644 --- a/include/poll.h +++ b/include/poll.h @@ -5,7 +5,7 @@ extern "C" { #endif -#incluce +#include #define POLLIN 0x001 #define POLLPRI 0x002 @@ -18,6 +18,7 @@ extern "C" { #define POLLWRNORM 0x100 #define POLLWRBAND 0x200 #define POLLMSG 0x400 +#define POLLRDHUP 0x2000 typedef unsigned long nfds_t;