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