_getppid X
1: #include "SYS.h" 2: SYSCALL(getppid, noerror) / / trap 27 -> [kernel] -> syscall() -> via sysent[] -> handler: getppid / 3: 4: / system call stub automatically generated by 5: / /usr/src/lib/libc/pdp/sys/Makefile 6: / when libc is build