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

Unified Diff: elf/Versions

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
« no previous file with comments | « no previous file | sysdeps/nacl/irt_syscalls.h » ('j') | sysdeps/nacl/syscalls.list » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: elf/Versions
diff --git a/elf/Versions b/elf/Versions
index d6ba458bf5bfc1b5fe40d866de21e5acf1b8a710..aa077592ab3501cd8e03b9ca66dec4b91948f9e2 100644
--- a/elf/Versions
+++ b/elf/Versions
@@ -114,7 +114,6 @@ ld {
__nacl_irt_tls_get;
__nacl_irt_tls_init;
__nacl_irt_epoll_create;
- __nacl_irt_epoll_create1;
__nacl_irt_epoll_ctl;
__nacl_irt_epoll_wait;
__nacl_irt_epoll_pwait;
« no previous file with comments | « no previous file | sysdeps/nacl/irt_syscalls.h » ('j') | sysdeps/nacl/syscalls.list » ('J')

Powered by Google App Engine
This is Rietveld 408576698