| Index: runtime/bin/io_natives.cc
|
| diff --git a/runtime/bin/io_natives.cc b/runtime/bin/io_natives.cc
|
| index de294706cd9a8486f4948e9fc5981b781aef3c1e..8ada2102465833ea183c3d9c4ea67d1c5d90625f 100644
|
| --- a/runtime/bin/io_natives.cc
|
| +++ b/runtime/bin/io_natives.cc
|
| @@ -45,6 +45,8 @@ namespace bin {
|
| V(Process_Exit, 1) \
|
| V(Process_Sleep, 1) \
|
| V(Process_Pid, 1) \
|
| + V(Process_SetSignalHandler, 1) \
|
| + V(Process_ClearSignalHandler, 1) \
|
| V(SecureSocket_Connect, 9) \
|
| V(SecureSocket_Destroy, 1) \
|
| V(SecureSocket_Handshake, 1) \
|
|
|