| Index: src/untrusted/nosys/ioctl.c
|
| diff --git a/src/untrusted/nosys/ioctl.c b/src/untrusted/nosys/ioctl.c
|
| deleted file mode 100644
|
| index 48909333272cd6fd119a7315eb9e98fe6f94a6c7..0000000000000000000000000000000000000000
|
| --- a/src/untrusted/nosys/ioctl.c
|
| +++ /dev/null
|
| @@ -1,20 +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 `ioctl' for porting support.
|
| - */
|
| -
|
| -#include <errno.h>
|
| -
|
| -int ioctl(int d, int request, ...) {
|
| - errno = ENOSYS;
|
| - return -1;
|
| -}
|
| -
|
| -#include "native_client/src/untrusted/nosys/warning.h"
|
| -stub_warning(ioctl);
|
|
|