| Index: runtime/bin/socket.h
|
| diff --git a/runtime/bin/socket.h b/runtime/bin/socket.h
|
| index 257ca869588fd61a282e71fb9157d8524dc7a01d..2823adae00a07a1af7a1f5c0f60b3de821a64e36 100644
|
| --- a/runtime/bin/socket.h
|
| +++ b/runtime/bin/socket.h
|
| @@ -17,6 +17,7 @@ class Socket {
|
| static intptr_t Write(intptr_t fd, const void* buffer, intptr_t num_bytes);
|
| static intptr_t CreateConnect(const char* host, const intptr_t port);
|
| static intptr_t GetPort(intptr_t fd);
|
| + static intptr_t GetStdioHandle(int num);
|
|
|
| DISALLOW_ALLOCATION();
|
| DISALLOW_IMPLICIT_CONSTRUCTORS(Socket);
|
|
|