#include "stddef.h" #include "sys/types.h" #include #include "nonstd/syscall.h" pid_t getppid(void) { SCNOFAIL(); } /* POSIX(1) */