blob: 3f3925611a8a118d1c369d7df23f04bd4367df4b [file] [log] [blame]
/* Generated by gensyscalls.py. Do not edit. */
#include <private/bionic_asm.h>
ENTRY(getppid)
movl $__NR_getppid, %eax
int $0x80
cmpl $-MAX_ERRNO, %eax
jb 1f
negl %eax
pushl %eax
call PIC_PLT(__set_errno)
addl $4, %esp
1:
ret
END(getppid)