| Index: runtime/bin/socket.h
|
| diff --git a/runtime/bin/socket.h b/runtime/bin/socket.h
|
| index 5650baf01e092c5e79481d22f9d68432d400374e..1d3a324eba0240f04f99b242749e5c630cc5caba 100644
|
| --- a/runtime/bin/socket.h
|
| +++ b/runtime/bin/socket.h
|
| @@ -23,6 +23,7 @@ class Socket {
|
| static int 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 void GetError(intptr_t fd, OSError* os_error);
|
| static intptr_t GetStdioHandle(int num);
|
|
|
| // Perform a IPv4 hostname lookup. Returns the hostname string in
|
|
|