| Index: runtime/bin/io_natives.cc
|
| diff --git a/runtime/bin/io_natives.cc b/runtime/bin/io_natives.cc
|
| index 39946a7e03377fe7140f71e4ca1cdce195353867..bf62f3d9f6e93699be90c936a83ba2f7e9bbe18f 100644
|
| --- a/runtime/bin/io_natives.cc
|
| +++ b/runtime/bin/io_natives.cc
|
| @@ -31,9 +31,10 @@ namespace bin {
|
| V(Directory_List, 3) \
|
| V(EventHandler_SendData, 3) \
|
| V(EventHandler_TimerMillisecondClock, 0) \
|
| + V(File_GetPointer, 1) \
|
| + V(File_SetPointer, 2) \
|
| V(File_Open, 2) \
|
| V(File_Exists, 1) \
|
| - V(File_GetFD, 1) \
|
| V(File_Close, 1) \
|
| V(File_ReadByte, 1) \
|
| V(File_WriteByte, 2) \
|
|
|