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

Unified Diff: runtime/bin/stdio.h

Issue 807833002: Revert "Make stdout/stderr async" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed review commetns 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
Index: runtime/bin/stdio.h
diff --git a/runtime/bin/stdio.h b/runtime/bin/stdio.h
index 646629d299a3306bcdf0b595f9c85fbc7cc54cef..99e2cd587d4243ddcfad8d9592cb466a8763b842 100644
--- a/runtime/bin/stdio.h
+++ b/runtime/bin/stdio.h
@@ -32,7 +32,7 @@ class Stdin {
class Stdout {
public:
- static bool GetTerminalSize(int size[2]);
+ static bool GetTerminalSize(intptr_t fd, int size[2]);
private:
DISALLOW_ALLOCATION();
@@ -43,4 +43,3 @@ class Stdout {
} // namespace dart
#endif // BIN_STDIO_H_
-

Powered by Google App Engine
This is Rietveld 408576698