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

Unified Diff: native_client_sdk/src/libraries/nacl_mounts/mount_dev.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
Index: native_client_sdk/src/libraries/nacl_mounts/mount_dev.h
diff --git a/native_client_sdk/src/libraries/nacl_mounts/mount_dev.h b/native_client_sdk/src/libraries/nacl_mounts/mount_dev.h
index 8cac9ef0070d15a60c30c86b3706febab4695e35..3c8c45db7d967eb6d8f9e434550b0a77ed3a27ab 100644
--- a/native_client_sdk/src/libraries/nacl_mounts/mount_dev.h
+++ b/native_client_sdk/src/libraries/nacl_mounts/mount_dev.h
@@ -32,6 +32,11 @@ class MountDev : public Mount {
MountNode* null_node_;
MountNode* zero_node_;
MountNode* random_node_;
+ MountNode* console0_node_;
+ MountNode* console1_node_;
+ MountNode* console2_node_;
+ MountNode* console3_node_;
+ MountNode* tty_node_;
friend class Mount;
};
« no previous file with comments | « native_client_sdk/src/libraries/nacl_mounts/kernel_proxy.cc ('k') | native_client_sdk/src/libraries/nacl_mounts/mount_dev.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698