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