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

Unified Diff: src/untrusted/irt/irt_interfaces.h

Issue 24889002: Provides some of the missing POSIX file syscalls Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 7 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 | « src/untrusted/irt/irt_filename.c ('k') | src/untrusted/irt/irt_interfaces.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/untrusted/irt/irt_interfaces.h
diff --git a/src/untrusted/irt/irt_interfaces.h b/src/untrusted/irt/irt_interfaces.h
index 91c464c0d23bf873bf0f411cb8e22a3f776e8501..0f0bdf8262b1368788d42f2fb7f388b77dead3f9 100644
--- a/src/untrusted/irt/irt_interfaces.h
+++ b/src/untrusted/irt/irt_interfaces.h
@@ -13,8 +13,10 @@ extern size_t nacl_irt_interface(const char *interface_ident,
extern const struct nacl_irt_basic nacl_irt_basic;
extern const struct nacl_irt_fdio nacl_irt_fdio;
+extern const struct nacl_irt_dev_fdio nacl_irt_dev_fdio;
extern const struct nacl_irt_filename nacl_irt_filename;
-extern const struct nacl_irt_dev_filename_v0_2 nacl_irt_dev_filename;
+extern const struct nacl_irt_dev_filename_v0_2 nacl_irt_dev_filename_v0_2;
+extern const struct nacl_irt_dev_filename nacl_irt_dev_filename;
extern const struct nacl_irt_memory_v0_1 nacl_irt_memory_v0_1;
extern const struct nacl_irt_memory_v0_2 nacl_irt_memory_v0_2;
extern const struct nacl_irt_memory nacl_irt_memory;
« no previous file with comments | « src/untrusted/irt/irt_filename.c ('k') | src/untrusted/irt/irt_interfaces.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698