| Index: runtime/bin/socket.h
|
| diff --git a/runtime/bin/socket.h b/runtime/bin/socket.h
|
| index 8c6464b497284c94579c2bee15aa1c31e9ac40db..db76f5852a5923723a66eb5186d0518070e92cd2 100644
|
| --- a/runtime/bin/socket.h
|
| +++ b/runtime/bin/socket.h
|
| @@ -165,7 +165,7 @@ class Socket {
|
| static bool GetRemotePeer(intptr_t fd, char* host, intptr_t* port);
|
| static void GetError(intptr_t fd, OSError* os_error);
|
| static int GetType(intptr_t fd);
|
| - static intptr_t GetStdioHandle(int num);
|
| + static intptr_t GetStdioHandle(intptr_t num);
|
| static void Close(intptr_t fd);
|
| static bool SetNonBlocking(intptr_t fd);
|
| static bool SetBlocking(intptr_t fd);
|
|
|