diff options
Diffstat (limited to 'libc/sysdeps/linux/common/sys/epoll.h')
| -rw-r--r-- | libc/sysdeps/linux/common/sys/epoll.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/sys/epoll.h b/libc/sysdeps/linux/common/sys/epoll.h index 68f173a04..44e814bfd 100644 --- a/libc/sysdeps/linux/common/sys/epoll.h +++ b/libc/sysdeps/linux/common/sys/epoll.h @@ -45,6 +45,8 @@ enum EPOLL_EVENTS  #define EPOLLERR EPOLLERR      EPOLLHUP = 0x010,  #define EPOLLHUP EPOLLHUP +    EPOLLRDHUP = 0x2000, +#define EPOLLRDHUP EPOLLRDHUP      EPOLLONESHOT = (1 << 30),  #define EPOLLONESHOT EPOLLONESHOT      EPOLLET = (1 << 31)  | 
