Chromium Code Reviews| Index: native_client_sdk/src/libraries/nacl_io/mount_node_tty.cc |
| diff --git a/native_client_sdk/src/libraries/nacl_io/mount_node_tty.cc b/native_client_sdk/src/libraries/nacl_io/mount_node_tty.cc |
| index 534e53a28dac1605d6bea6ee82a1a8ff026d6163..dec2df73aa21d03c14692864d052dda7e252d76d 100644 |
| --- a/native_client_sdk/src/libraries/nacl_io/mount_node_tty.cc |
| +++ b/native_client_sdk/src/libraries/nacl_io/mount_node_tty.cc |
| @@ -224,7 +224,7 @@ Error MountNodeTty::ProcessInput(struct tioc_nacl_input_string* message) { |
| } |
| if (is_readable_) { |
| - RaiseEvent(POLLIN); |
| +// RaiseEvent(POLLIN); |
| pthread_cond_broadcast(&is_readable_cond_); |
| } |