Commit 6212cdcd by Ian Lance Taylor

runtime: Declare epoll_create1 if necessary.

From-SVN: r201181
parent 7acd2b86
...@@ -20,6 +20,10 @@ ...@@ -20,6 +20,10 @@
#define EPOLL_CLOEXEC 02000000 #define EPOLL_CLOEXEC 02000000
#endif #endif
#ifndef HAVE_EPOLL_CREATE1
extern int epoll_create1(int __flags);
#endif
typedef struct epoll_event EpollEvent; typedef struct epoll_event EpollEvent;
static int32 static int32
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment