| Index: src/untrusted/nacl/stubs/getrusage.c
|
| diff --git a/src/untrusted/nosys/getrusage.c b/src/untrusted/nacl/stubs/getrusage.c
|
| similarity index 82%
|
| rename from src/untrusted/nosys/getrusage.c
|
| rename to src/untrusted/nacl/stubs/getrusage.c
|
| index f9df3643eb91e19bb02f309e84a5573b2063996d..1e42b3def9b3e8bfc2c27cdca99817b4f83fc9bd 100644
|
| --- a/src/untrusted/nosys/getrusage.c
|
| +++ b/src/untrusted/nacl/stubs/getrusage.c
|
| @@ -17,6 +17,3 @@ int getrusage(int who, struct rusage *usage) {
|
| errno = ENOSYS;
|
| return -1;
|
| }
|
| -
|
| -#include "native_client/src/untrusted/nosys/warning.h"
|
| -stub_warning(getrusage);
|
|
|