mirror of git://gcc.gnu.org/git/gcc.git
runtime: Declare epoll_create1 if necessary.
From-SVN: r201181
This commit is contained in:
parent
7acd2b86bf
commit
6212cdcdf7
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue