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