| Index: src/untrusted/nacl/stubs/ioctl.c
|
| diff --git a/src/untrusted/nosys/ioctl.c b/src/untrusted/nacl/stubs/ioctl.c
|
| similarity index 80%
|
| rename from src/untrusted/nosys/ioctl.c
|
| rename to src/untrusted/nacl/stubs/ioctl.c
|
| index 48909333272cd6fd119a7315eb9e98fe6f94a6c7..5d2d5412a3e3cb4970acd38b8e5c737ed4874ed2 100644
|
| --- a/src/untrusted/nosys/ioctl.c
|
| +++ b/src/untrusted/nacl/stubs/ioctl.c
|
| @@ -15,6 +15,3 @@ int ioctl(int d, int request, ...) {
|
| errno = ENOSYS;
|
| return -1;
|
| }
|
| -
|
| -#include "native_client/src/untrusted/nosys/warning.h"
|
| -stub_warning(ioctl);
|
|
|