blob: 8106965144df8557db334d9aca17a0caa0fd0fb3 [file] [log] [blame]
Elliott Hughes1ad05db2012-09-06 11:24:45 -07001/* autogenerated by gensyscalls.py */
2#include <machine/asm.h>
3#include <sys/linux-syscalls.h>
4
5ENTRY(munlockall)
6 .save {r4, r7}
7 stmfd sp!, {r4, r7}
8 ldr r7, =__NR_munlockall
9 swi #0
10 ldmfd sp!, {r4, r7}
11 movs r0, r0
12 bxpl lr
13 b __set_syscall_errno
14END(munlockall)