#define __SYSCALL_32BIT_ARG_BYTES 0 #include "SYS.h" #ifndef SYS_getppid #error "SYS_getppid not defined. The header files libsyscall is building against do not match syscalls.master." #endif #if defined(__i386__) || defined(__x86_64__) __SYSCALL2(_getppid, getppid, 0, cerror_nocancel) #endif