remove [64] cleanup TODO
[trinity.git] / syscalls / getppid.c
blobc4ecee62968dac6b69c6640d46eb60a3649ad99c
1 /*
2 * SYSCALL_DEFINE0(getppid)
3 */
4 #include "sanitise.h"
6 struct syscallentry syscall_getppid = {
7 .name = "getppid",
8 .num_args = 0,
9 .rettype = RET_PID_T,