| Index: mojo/public/cpp/system/wait.h
|
| diff --git a/mojo/public/cpp/system/wait.h b/mojo/public/cpp/system/wait.h
|
| index 5403cf633b5ce3eb43cb795c28e495c21cc9f174..a3871d524dd8cbc75c84c32ad8708831ba410002 100644
|
| --- a/mojo/public/cpp/system/wait.h
|
| +++ b/mojo/public/cpp/system/wait.h
|
| @@ -44,7 +44,8 @@ struct WaitManyResult {
|
| // helper function to check if |signals_states| holds valid data.
|
| bool AreSignalsStatesValid() const {
|
| return result != MOJO_RESULT_INVALID_ARGUMENT &&
|
| - result != MOJO_RESULT_RESOURCE_EXHAUSTED;
|
| + result != MOJO_RESULT_RESOURCE_EXHAUSTED &&
|
| + result != MOJO_RESULT_BUSY;
|
| }
|
|
|
| MojoResult result;
|
|
|