commit | 5b7b2809a2110dad1b2434f1070e13a08085d94b | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue May 14 21:49:08 2013 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue May 14 21:49:09 2013 +0000 |
tree | 9b35b4487918deab14b7aa56d0cf0314445e0378 | |
parent | f0f4fa3fb1ea8623b1e1bc59f7967e0470c8e532 [diff] | |
parent | b0a2fc35d6d1abf8bd37985e9e7181dc4cea83aa [diff] |
Merge "epoll: add EPOLLRDHUP, EPOLLWAKEUP, and EPOLLONESHOT events"
diff --git a/libc/include/sys/epoll.h b/libc/include/sys/epoll.h index decdb46..38739aa 100644 --- a/libc/include/sys/epoll.h +++ b/libc/include/sys/epoll.h
@@ -42,6 +42,9 @@ #define EPOLLWRNORM 0x00000100 #define EPOLLWRBAND 0x00000200 #define EPOLLMSG 0x00000400 +#define EPOLLRDHUP 0x00002000 +#define EPOLLWAKEUP 0x20000000 +#define EPOLLONESHOT 0x40000000 #define EPOLLET 0x80000000 #define EPOLL_CTL_ADD 1