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

Unified Diff: sysdeps/nacl/readdir.c

Issue 7737022: Change make-syscalls.sh to make syscall interception possible. (Closed) Base URL: http://git.chromium.org/native_client/nacl-glibc.git@master
Patch Set: base => name Created 9 years, 3 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 | « sysdeps/nacl/pselect.c ('k') | sysdeps/nacl/sigaction.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sysdeps/nacl/readdir.c
diff --git a/sysdeps/nacl/readdir.c b/sysdeps/nacl/readdir.c
index 432508029060b5dfdce507a0b08b622829266ea6..2ee51a95243b29274fe93767711963b4f0dd6e07 100644
--- a/sysdeps/nacl/readdir.c
+++ b/sysdeps/nacl/readdir.c
@@ -11,6 +11,6 @@
#define DIRENT_TYPE struct dirent
#define __READDIR_ALIAS
-#include <sysdeps/nacl/nacl_getdents_wrapper.c>
+#include <nacl_getdents_wrapper.c>
#include <sysdeps/unix/readdir.c>
strong_alias (nacl_getdents_wrapper, __getdents)
« no previous file with comments | « sysdeps/nacl/pselect.c ('k') | sysdeps/nacl/sigaction.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698