runtime: Declare epoll_create1 if necessary.

From-SVN: r201181
This commit is contained in:
Ian Lance Taylor 2013-07-23 20:32:26 +00:00
parent 7acd2b86bf
commit 6212cdcdf7

View file

@ -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