Index: sysdeps/nacl/irt_syscalls.h |
diff --git a/sysdeps/nacl/irt_syscalls.h b/sysdeps/nacl/irt_syscalls.h |
index dc2bc22384e76bfc24fb82a1cf36ea005c74fe20..8dd58ca9d28778381ee2cb18f5e84b3b9fe1184d 100644 |
--- a/sysdeps/nacl/irt_syscalls.h |
+++ b/sysdeps/nacl/irt_syscalls.h |
@@ -36,7 +36,6 @@ extern int (*__nacl_irt_chdir) (const char* pathname); |
extern int (*__nacl_irt_getcwd) (char* buf, size_t size, int* ret); |
extern int (*__nacl_irt_epoll_create) (int flags); // size |
-extern int (*__nacl_irt_epoll_create1 )(int flags); |
extern int (*__nacl_irt_epoll_ctl) (int epfd, int op, int fd, |
struct epoll_event *event); |
extern int (*__nacl_irt_epoll_pwait) (int epfd, struct epoll_event *events, |