diff options
Diffstat (limited to 'src/unistd/getppid.c')
-rw-r--r-- | src/unistd/getppid.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/unistd/getppid.c b/src/unistd/getppid.c index 99504aa5..bb109b7e 100644 --- a/src/unistd/getppid.c +++ b/src/unistd/getppid.c @@ -1,3 +1,5 @@ +#if 0 + #include <sys/types.h> #include "_syscall.h" @@ -8,3 +10,6 @@ pid_t getppid(void) /* POSIX(1) */ + + +#endif |