| Index: src/untrusted/nacl/stubs/lstat.c
|
| diff --git a/src/untrusted/nosys/lstat.c b/src/untrusted/nacl/stubs/lstat.c
|
| similarity index 83%
|
| rename from src/untrusted/nosys/lstat.c
|
| rename to src/untrusted/nacl/stubs/lstat.c
|
| index f1220afa6e69d1c1c918d4bbc6a30389c45289d3..d4dec95f59b31c49384ede6c1d822524930724a3 100644
|
| --- a/src/untrusted/nosys/lstat.c
|
| +++ b/src/untrusted/nacl/stubs/lstat.c
|
| @@ -18,6 +18,3 @@ int lstat(const char *path, struct stat *buf) {
|
| errno = ENOSYS;
|
| return -1;
|
| }
|
| -
|
| -#include "native_client/src/untrusted/nosys/warning.h"
|
| -stub_warning(lstat);
|
|
|