| Index: src/untrusted/nosys/pselect.c
|
| diff --git a/src/untrusted/nosys/pselect.c b/src/untrusted/nosys/pselect.c
|
| deleted file mode 100644
|
| index 4e7d1673f98e157f2d94099d4f19a8abe9b2bb9c..0000000000000000000000000000000000000000
|
| --- a/src/untrusted/nosys/pselect.c
|
| +++ /dev/null
|
| @@ -1,25 +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 `pselect' for porting support.
|
| - */
|
| -
|
| -#include <sys/time.h>
|
| -#include <sys/types.h>
|
| -#include <sys/signal.h>
|
| -#include <unistd.h>
|
| -#include <errno.h>
|
| -
|
| -int pselect(int n, fd_set *readfds, fd_set *writefds, fd_set *exceptfds,
|
| - const struct timespec *timeout, const sigset_t *sigmask) {
|
| - errno = ENOSYS;
|
| - return -1;
|
| -}
|
| -
|
| -#include "native_client/src/untrusted/nosys/warning.h"
|
| -stub_warning(pselect);
|
|
|