| Index: src/untrusted/nosys/readlink.c
|
| diff --git a/src/untrusted/nosys/readlink.c b/src/untrusted/nosys/readlink.c
|
| deleted file mode 100644
|
| index 34ed5c42f6c27e07e47cf8f15b9d260faadf8870..0000000000000000000000000000000000000000
|
| --- a/src/untrusted/nosys/readlink.c
|
| +++ /dev/null
|
| @@ -1,21 +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 `readlink' for porting support.
|
| - */
|
| -
|
| -#include <unistd.h>
|
| -#include <errno.h>
|
| -
|
| -int readlink(const char *path, char *buf, int bufsiz) {
|
| - errno = ENOSYS;
|
| - return -1;
|
| -}
|
| -
|
| -#include "native_client/src/untrusted/nosys/warning.h"
|
| -stub_warning(readlink);
|
|
|