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