am 4bc52758: Merge "Update epoll.h from bionic"
* commit '4bc5275825af47e11479b2cbff01193e90ca2ff4': Update epoll.h from bionic
This commit is contained in:
@@ -67,7 +67,11 @@ typedef union epoll_data {
|
||||
struct epoll_event {
|
||||
uint32_t events;
|
||||
epoll_data_t data;
|
||||
};
|
||||
}
|
||||
#ifdef __x86_64__
|
||||
__packed
|
||||
#endif
|
||||
;
|
||||
|
||||
int epoll_create(int);
|
||||
int epoll_create1(int);
|
||||
|
||||
Reference in New Issue
Block a user