| Index: src/untrusted/nosys/llseek.c
|
| diff --git a/src/untrusted/nosys/llseek.c b/src/untrusted/nosys/llseek.c
|
| deleted file mode 100644
|
| index c9b7e8898aa9a89966fc0f0b75e11254955e7434..0000000000000000000000000000000000000000
|
| --- a/src/untrusted/nosys/llseek.c
|
| +++ /dev/null
|
| @@ -1,24 +0,0 @@
|
| -/*
|
| - * Copyright 2010 The Native Client Authors. All rights reserved.
|
| - * Use of this source code is governed by a BSD-style license that can
|
| - * be found in the LICENSE file.
|
| - */
|
| -
|
| -
|
| -/*
|
| - * Stub routine for `llseek' for porting support.
|
| - */
|
| -
|
| -#include <sys/types.h>
|
| -#include <unistd.h>
|
| -#include <errno.h>
|
| -
|
| -int llseek(unsigned int fd, unsigned long offset_high,
|
| - unsigned long offset_low, long long *result,
|
| - unsigned int whence) {
|
| - errno = ENOSYS;
|
| - return -1;
|
| -}
|
| -
|
| -#include "native_client/src/untrusted/nosys/warning.h"
|
| -stub_warning(llseek);
|
|
|