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

Unified Diff: sysdeps/nacl/sysdep.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
« sysdeps/nacl/syscalls.list ('K') | « sysdeps/nacl/syscalls.list ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sysdeps/nacl/sysdep.h
diff --git a/sysdeps/nacl/sysdep.h b/sysdeps/nacl/sysdep.h
index 172734634a5a3b90c711c6b08278cb7c6c8ad8aa..cea7b73fc5aeb28917348940ca077e2234e653b0 100644
--- a/sysdeps/nacl/sysdep.h
+++ b/sysdeps/nacl/sysdep.h
@@ -245,13 +245,6 @@ INTERNAL_SYSCALL_epoll_create_1 (int *err, int size)
}
__extern_always_inline int
-INTERNAL_SYSCALL_epoll_create1_1 (int *err, int flags)
-{
- *err = __nacl_irt_epoll_create1 (flags);
- return 0;
-}
-
-__extern_always_inline int
INTERNAL_SYSCALL_epoll_ctl_4 (int *err, int epfd, int op, int fd,
struct epoll_event *event)
{
« sysdeps/nacl/syscalls.list ('K') | « sysdeps/nacl/syscalls.list ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698