#include #define getpid _getpid #include PUBLIC pid_t getpid() { message m; return(_syscall(PM_PROC_NR, MINIX_GETPID, &m)); }