| Index: src/untrusted/nacl/stubs/select.c
|
| diff --git a/src/untrusted/nosys/select.c b/src/untrusted/nacl/stubs/select.c
|
| similarity index 86%
|
| rename from src/untrusted/nosys/select.c
|
| rename to src/untrusted/nacl/stubs/select.c
|
| index 27b7203947d8526ec062ebd55903d640eb8955db..0677f09895d699d47e0a3efd830aff4ce8b25385 100644
|
| --- a/src/untrusted/nosys/select.c
|
| +++ b/src/untrusted/nacl/stubs/select.c
|
| @@ -20,6 +20,3 @@ int select(int n, fd_set *readfds, fd_set *writefds, fd_set *exceptfds,
|
| errno = ENOSYS;
|
| return -1;
|
| }
|
| -
|
| -#include "native_client/src/untrusted/nosys/warning.h"
|
| -stub_warning(select);
|
|
|