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

Unified Diff: libraries/nacl-mounts/console/terminal_stubs.c

Issue 10377102: Added simplest device mount implementation (includes NullDevice and RandomDevice) (Closed) Base URL: http://naclports.googlecode.com/svn/trunk/src/
Patch Set: Created 8 years, 7 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
Index: libraries/nacl-mounts/console/terminal_stubs.c
===================================================================
--- libraries/nacl-mounts/console/terminal_stubs.c (revision 580)
+++ libraries/nacl-mounts/console/terminal_stubs.c (working copy)
@@ -6,7 +6,7 @@
#include <stdio.h>
-
+struct _reent;
// Provide an implementation of _srget_r (newlib specific) in case its no there
// to be wrapped.
int __real___srget_r(struct _reent *ptr, register FILE *fp) {

Powered by Google App Engine
This is Rietveld 408576698