Chromium Code Reviews| Index: src/untrusted/nacl/stubs/endpwent.c |
| diff --git a/src/untrusted/nosys/endpwent.c b/src/untrusted/nacl/stubs/endpwent.c |
| similarity index 80% |
| rename from src/untrusted/nosys/endpwent.c |
| rename to src/untrusted/nacl/stubs/endpwent.c |
| index f3d4998c38c34639877671b7578a576bf2bb6f5e..167e5dbb54c4a21c92684cf9e6788059e8f672c1 100644 |
| --- a/src/untrusted/nosys/endpwent.c |
| +++ b/src/untrusted/nacl/stubs/endpwent.c |
| @@ -16,6 +16,3 @@ |
| void endpwent(void) { |
| errno = ENOSYS; |
| } |
| - |
| -#include "native_client/src/untrusted/nosys/warning.h" |
| -stub_warning(endpwent); |