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