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

Unified Diff: native_client_sdk/src/libraries/ppapi_main/ppapi_main.h

Issue 11592003: Add support for simple run of "main" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Replace missing stdio Created 8 years 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 | « native_client_sdk/src/libraries/ppapi_main/ppapi_instance.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/libraries/ppapi_main/ppapi_main.h
diff --git a/native_client_sdk/src/libraries/ppapi_main/ppapi_main.h b/native_client_sdk/src/libraries/ppapi_main/ppapi_main.h
index 78be5067bbcc14676254a4c502a0a5b70bc44896..0195838400c22dd27b90c09f473ccaed77b619e5 100644
--- a/native_client_sdk/src/libraries/ppapi_main/ppapi_main.h
+++ b/native_client_sdk/src/libraries/ppapi_main/ppapi_main.h
@@ -30,7 +30,7 @@ EXTERN_C_END
#define PPAPI_MAIN_DEFAULT_ARGS \
{ \
- "PM_STDIN", "/dev/tty", \
+ "PM_STDIN", "/dev/null", \
"PM_STDIO", "/dev/console0", \
"PM_STDERR", "/dev/console3", \
NULL, NULL \
« no previous file with comments | « native_client_sdk/src/libraries/ppapi_main/ppapi_instance.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698