blob: 89cbda2cae4c8b073c4e897d4f348c6b15742d80 [file] [log] [blame]
/* autogenerated by gensyscalls.py */
#include <machine/asm.h>
#include <sys/linux-syscalls.h>
ENTRY(vfork)
mov ip, r7
ldr r7, =__NR_vfork
swi #0
mov r7, ip
movs r0, r0
bxpl lr
b __set_syscall_errno
END(vfork)