| Index: src/untrusted/nosys/access.c
|
| diff --git a/src/untrusted/nosys/access.c b/src/untrusted/nosys/access.c
|
| deleted file mode 100644
|
| index 3e412d0b4b97bcc0df496e4668bca28180594124..0000000000000000000000000000000000000000
|
| --- a/src/untrusted/nosys/access.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 `access' for porting support.
|
| - */
|
| -
|
| -#include <unistd.h>
|
| -#include <errno.h>
|
| -
|
| -int access(const char *pathname, int mode) {
|
| - errno = ENOSYS;
|
| - return -1;
|
| -}
|
| -
|
| -#include "native_client/src/untrusted/nosys/warning.h"
|
| -stub_warning(access);
|
|
|