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