source: trunk/libc/src/kNIX.os2/getppid.c@ 2730

Last change on this file since 2730 was 828, checked in by bird, 22 years ago

Fixed warnings.

  • Property cvs2svn:cvs-rev set to 1.4
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 213 bytes
Line 
1/* sys/getppid.c (emx+gcc) -- Copyright (c) 1992-1995 by Eberhard Mattes */
2
3#include "libc-alias.h"
4#include <unistd.h>
5#include <os2emx.h>
6#include "syscalls.h"
7
8int _STD(getppid) (void)
9{
10 return _sys_ppid;
11}
Note: See TracBrowser for help on using the repository browser.