1987-02-23 18:58:58 +00:00

6 lines
76 B
ArmAsm

#include "syscall.h"
DEFINE(_getppid)
SYSNORET(SYS_getpid)
movl r1,r0
ret