blob: a61d735af5f2c5411bb832f2a75c1b15151f7148 [file] [log] [blame]
#include <unistd.h>
#include "syscall.h"
pid_t getppid(void) {
return __syscall(SYS_getppid);
}