| Index: src/untrusted/nosys/chmod.c
|
| diff --git a/src/untrusted/nosys/chmod.c b/src/untrusted/nosys/chmod.c
|
| deleted file mode 100644
|
| index 3dacf02af4e25bf4eae76d1d60d0ea9274f9bf04..0000000000000000000000000000000000000000
|
| --- a/src/untrusted/nosys/chmod.c
|
| +++ /dev/null
|
| @@ -1,22 +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 `chmod' for porting support.
|
| - */
|
| -
|
| -#include <sys/types.h>
|
| -#include <sys/stat.h>
|
| -#include <errno.h>
|
| -
|
| -int chmod(const char *path, mode_t mode) {
|
| - errno = ENOSYS;
|
| - return -1;
|
| -}
|
| -
|
| -#include "native_client/src/untrusted/nosys/warning.h"
|
| -stub_warning(chmod);
|
|
|