| Index: src/untrusted/nacl/stubs/execlp.c
|
| diff --git a/src/untrusted/nosys/execlp.c b/src/untrusted/nacl/stubs/execlp.c
|
| similarity index 82%
|
| rename from src/untrusted/nosys/execlp.c
|
| rename to src/untrusted/nacl/stubs/execlp.c
|
| index 3e07d574979246092667d2fa5771cd94aee2aeac..590516120241564143ab40e8b8c5723560b002b0 100644
|
| --- a/src/untrusted/nosys/execlp.c
|
| +++ b/src/untrusted/nacl/stubs/execlp.c
|
| @@ -15,6 +15,3 @@ int execlp(const char *file, const char *arg, ...) {
|
| errno = ENOSYS;
|
| return -1;
|
| }
|
| -
|
| -#include "native_client/src/untrusted/nosys/warning.h"
|
| -stub_warning(execlp);
|
|
|