blob: 631ce02a6dd5733a1454c37b5243d9bf2a760e33 [file] [log] [blame]
/* Generated by gensyscalls.py. Do not edit. */
#include <private/bionic_asm.h>
ENTRY(mlock)
mov x8, __NR_mlock
svc #0
cmn x0, #(MAX_ERRNO + 1)
cneg x0, x0, hi
b.hi __set_errno
ret
END(mlock)