| Index: runtime/bin/io_natives.cc
|
| diff --git a/runtime/bin/io_natives.cc b/runtime/bin/io_natives.cc
|
| index 32279340cf11656af6ff1f9aa044e9350576aaa2..d148eab836b3a85de4cceeac759e4a7f2e6127c1 100644
|
| --- a/runtime/bin/io_natives.cc
|
| +++ b/runtime/bin/io_natives.cc
|
| @@ -151,6 +151,16 @@ namespace bin {
|
| V(Stdout_GetTerminalSize, 1) \
|
| V(Stdout_AnsiSupported, 1) \
|
| V(StringToSystemEncoding, 1) \
|
| + V(SynchronousSocket_Available, 1) \
|
| + V(SynchronousSocket_CloseSync, 1) \
|
| + V(SynchronousSocket_CreateConnectSync, 3) \
|
| + V(SynchronousSocket_GetPort, 1) \
|
| + V(SynchronousSocket_GetRemotePeer, 1) \
|
| + V(SynchronousSocket_LookupRequest, 2) \
|
| + V(SynchronousSocket_ShutdownRead, 1) \
|
| + V(SynchronousSocket_ShutdownWrite, 1) \
|
| + V(SynchronousSocket_Read, 2) \
|
| + V(SynchronousSocket_WriteList, 4) \
|
| V(SystemEncodingToString, 1) \
|
| V(X509_Subject, 1) \
|
| V(X509_Issuer, 1) \
|
|
|