| Index: src/untrusted/nosys/fchmod.c
|
| diff --git a/src/untrusted/nosys/fchmod.c b/src/untrusted/nosys/fchmod.c
|
| deleted file mode 100644
|
| index 287d3fcb0f9d48e410039aa2bbbad3ab8602ff81..0000000000000000000000000000000000000000
|
| --- a/src/untrusted/nosys/fchmod.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 `fchmod' for porting support.
|
| - */
|
| -
|
| -#include <sys/types.h>
|
| -#include <sys/stat.h>
|
| -#include <errno.h>
|
| -
|
| -int fchmod(int filedes, mode_t mode) {
|
| - errno = ENOSYS;
|
| - return -1;
|
| -}
|
| -
|
| -#include "native_client/src/untrusted/nosys/warning.h"
|
| -stub_warning(fchmod);
|
|
|