bionic/libc/arch-arm/syscalls/munlockall.S
Elliott Hughes 1ad05db9ce Add mlockall and munlockall for Google TV.
Change-Id: I10e961d701e74aab07211ec7975f61167e387853
2012-09-06 11:24:45 -07:00

15 lines
317 B
ArmAsm

/* autogenerated by gensyscalls.py */
#include <machine/asm.h>
#include <sys/linux-syscalls.h>
ENTRY(munlockall)
.save {r4, r7}
stmfd sp!, {r4, r7}
ldr r7, =__NR_munlockall
swi #0
ldmfd sp!, {r4, r7}
movs r0, r0
bxpl lr
b __set_syscall_errno
END(munlockall)