| Index: src/untrusted/nacl/stubs/pipe.c
|
| diff --git a/src/untrusted/nacl/stubs/pipe.c b/src/untrusted/nacl/stubs/pipe.c
|
| deleted file mode 100644
|
| index 70605b7bdd67ce9481a4206eaf64e93e2d28e032..0000000000000000000000000000000000000000
|
| --- a/src/untrusted/nacl/stubs/pipe.c
|
| +++ /dev/null
|
| @@ -1,18 +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 `pipe' for porting support.
|
| - */
|
| -
|
| -#include <unistd.h>
|
| -#include <errno.h>
|
| -
|
| -int pipe(int fd[2]) {
|
| - errno = ENOSYS;
|
| - return -1;
|
| -}
|
|
|