Index: runtime/bin/socket.h |
=================================================================== |
--- runtime/bin/socket.h (revision 19251) |
+++ runtime/bin/socket.h (working copy) |
@@ -41,6 +41,8 @@ |
static int GetType(intptr_t fd); |
static intptr_t GetStdioHandle(int num); |
static void Close(intptr_t fd); |
+ static bool SetNonBlocking(intptr_t fd); |
+ static bool SetBlocking(intptr_t fd); |
// Perform a IPv4 hostname lookup. Returns the hostname string in |
// IPv4 dotted-decimal format. |