/* $Source$ * $State$ * $Revision$ */ #include #include #include #include "libsys.h" pid_t getpid(void) { return _syscall(__NR_getpid, 0, 0, 0); }