runtime: Declare epoll_create1 if necessary.
From-SVN: r201181
This commit is contained in:
parent
7acd2b86bf
commit
6212cdcdf7
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@
|
|||
#define EPOLL_CLOEXEC 02000000
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_EPOLL_CREATE1
|
||||
extern int epoll_create1(int __flags);
|
||||
#endif
|
||||
|
||||
typedef struct epoll_event EpollEvent;
|
||||
|
||||
static int32
|
||||
|
|
Loading…
Add table
Reference in a new issue