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

Unified Diff: runtime/bin/stdio.h

Issue 850333002: Revert "Revert "Make stdout/stderr async"" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 11 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 | « runtime/bin/io_natives.cc ('k') | runtime/bin/stdio.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/stdio.h
diff --git a/runtime/bin/stdio.h b/runtime/bin/stdio.h
index 99e2cd587d4243ddcfad8d9592cb466a8763b842..646629d299a3306bcdf0b595f9c85fbc7cc54cef 100644
--- a/runtime/bin/stdio.h
+++ b/runtime/bin/stdio.h
@@ -32,7 +32,7 @@ class Stdin {
class Stdout {
public:
- static bool GetTerminalSize(intptr_t fd, int size[2]);
+ static bool GetTerminalSize(int size[2]);
private:
DISALLOW_ALLOCATION();
@@ -43,3 +43,4 @@ class Stdout {
} // namespace dart
#endif // BIN_STDIO_H_
+
« no previous file with comments | « runtime/bin/io_natives.cc ('k') | runtime/bin/stdio.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698