| Index: src/untrusted/nacl/stubs/pclose.c
|
| diff --git a/src/untrusted/nosys/pclose.c b/src/untrusted/nacl/stubs/pclose.c
|
| similarity index 81%
|
| rename from src/untrusted/nosys/pclose.c
|
| rename to src/untrusted/nacl/stubs/pclose.c
|
| index 1a5a6120626f534bcf034eff4496d0ae44bd5d58..0e40dc4162422d1a3fcdf0175c2d7117129f3680 100644
|
| --- a/src/untrusted/nosys/pclose.c
|
| +++ b/src/untrusted/nacl/stubs/pclose.c
|
| @@ -15,6 +15,3 @@ int pclose(FILE *stream) {
|
| errno = ENOSYS;
|
| return -1;
|
| }
|
| -
|
| -#include "native_client/src/untrusted/nosys/warning.h"
|
| -stub_warning(pclose);
|
|
|