Files
2010-07-27 16:58:17 +00:00

7 lines
72 B
C

#include <unistd.h>
pid_t getppid(void)
{
return 1; /* init ;-) */
}