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

Unified Diff: src/untrusted/nacl/nacl_irt.c

Issue 24908002: Provide IRT process interface 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/nacl/nacl_irt.h ('k') | src/untrusted/nacl/nacl_irt_fdio.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/untrusted/nacl/nacl_irt.c
diff --git a/src/untrusted/nacl/nacl_irt.c b/src/untrusted/nacl/nacl_irt.c
index 888f38d6b32ea3ce804ec46c7e43b961245e0ea9..cc4bc68c39f71677ab35df5337acf226ca7f722e 100644
--- a/src/untrusted/nacl/nacl_irt.c
+++ b/src/untrusted/nacl/nacl_irt.c
@@ -51,6 +51,7 @@ struct nacl_irt_dev_getpid __libnacl_irt_dev_getpid;
struct nacl_irt_dev_filename __libnacl_irt_dev_filename;
struct nacl_irt_dev_fdio __libnacl_irt_dev_fdio;
+struct nacl_irt_dev_process __libnacl_irt_dev_process;
struct nacl_irt_fdio __libnacl_irt_fdio = {
stub_close,
« no previous file with comments | « src/untrusted/nacl/nacl_irt.h ('k') | src/untrusted/nacl/nacl_irt_fdio.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698