| Index: src/untrusted/nacl/stubs/wait.c
|
| diff --git a/src/untrusted/nosys/wait.c b/src/untrusted/nacl/stubs/wait.c
|
| similarity index 84%
|
| rename from src/untrusted/nosys/wait.c
|
| rename to src/untrusted/nacl/stubs/wait.c
|
| index 6c5465d8661844454d5b4554535ba376838bc33b..8046eae021d77b9b9895d17f92c0cf1e5ac079d5 100644
|
| --- a/src/untrusted/nosys/wait.c
|
| +++ b/src/untrusted/nacl/stubs/wait.c
|
| @@ -18,6 +18,3 @@ int wait(int *status) {
|
| errno = ENOSYS;
|
| return -1;
|
| }
|
| -
|
| -#include "native_client/src/untrusted/nosys/warning.h"
|
| -stub_warning(wait);
|
|
|