| Index: src/untrusted/nacl/stubs/llseek.c
|
| diff --git a/src/untrusted/nosys/llseek.c b/src/untrusted/nacl/stubs/llseek.c
|
| similarity index 85%
|
| rename from src/untrusted/nosys/llseek.c
|
| rename to src/untrusted/nacl/stubs/llseek.c
|
| index c9b7e8898aa9a89966fc0f0b75e11254955e7434..40ab9d877727ad8fc655f98e70d4cd8cb516e64d 100644
|
| --- a/src/untrusted/nosys/llseek.c
|
| +++ b/src/untrusted/nacl/stubs/llseek.c
|
| @@ -19,6 +19,3 @@ int llseek(unsigned int fd, unsigned long offset_high,
|
| errno = ENOSYS;
|
| return -1;
|
| }
|
| -
|
| -#include "native_client/src/untrusted/nosys/warning.h"
|
| -stub_warning(llseek);
|
|
|