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

Unified Diff: elf/Versions

Issue 9965011: added several syscalls for nacl mounts (Closed) Base URL: http://git.chromium.org/native_client/nacl-glibc.git@master
Patch Set: Created 8 years, 9 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/sysdep.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: elf/Versions
diff --git a/elf/Versions b/elf/Versions
index 8fdf4e5bb28bf48563614d1aa25817347e31fbb1..e7222178ac686cb17ed5414777ecbdf67b103ff8 100644
--- a/elf/Versions
+++ b/elf/Versions
@@ -84,6 +84,10 @@ ld {
__nacl_irt_dyncode_delete;
__nacl_irt_dyncode_modify;
__nacl_irt_exit;
+ __nacl_irt_mkdir;
+ __nacl_irt_rmdir;
+ __nacl_irt_chdir;
+ __nacl_irt_getcwd;
__nacl_irt_fstat;
__nacl_irt_getdents;
__nacl_irt_gettod;
« no previous file with comments | « no previous file | sysdeps/nacl/irt_syscalls.h » ('j') | sysdeps/nacl/sysdep.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698