Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(283)

Unified Diff: sysdeps/nacl/irt_syscalls.h

Issue 10095010: removed epoll_create1 (EPOLL_CLOEXEC is not applicable to NaCl, as there is no possibility to fork)… (Closed) Base URL: http://git.chromium.org/native_client/nacl-glibc.git@master
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,
« no previous file with comments | « elf/Versions ('k') | sysdeps/nacl/irt_syscalls.c » ('j') | sysdeps/nacl/syscalls.list » ('J')

Powered by Google App Engine
This is Rietveld 408576698