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

Unified Diff: elf/Versions

Issue 10095013: fixed signatures for several syscalls that return positive value in correct case (Closed) Base URL: http://git.chromium.org/native_client/nacl-glibc.git@master
Patch Set: code style 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') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: elf/Versions
diff --git a/elf/Versions b/elf/Versions
index aa077592ab3501cd8e03b9ca66dec4b91948f9e2..d6ba458bf5bfc1b5fe40d866de21e5acf1b8a710 100644
--- a/elf/Versions
+++ b/elf/Versions
@@ -114,6 +114,7 @@ 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698