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

Unified Diff: sysdeps/nacl/readdir.c

Issue 1261203002: Fix signature of __nacl_irt_xx functions (Closed) Base URL: https://chromium.googlesource.com/native_client/nacl-glibc.git@master
Patch Set: Created 5 years, 5 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/irt_syscalls.c ('k') | no next file » | 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 2ee51a95243b29274fe93767711963b4f0dd6e07..8115ad6474c216e34c9d3d050694d2afd0c9cbc2 100644
--- a/sysdeps/nacl/readdir.c
+++ b/sysdeps/nacl/readdir.c
@@ -3,7 +3,6 @@
#include <stddef.h>
#include <string.h>
-#include <nacl_dirent.h>
#include <irt_syscalls.h>
#define __READDIR __readdir
« no previous file with comments | « sysdeps/nacl/irt_syscalls.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698