blob: 2ad4b250bb955f8ef22ea5a23b12c0aae331a44a [file] [log] [blame]
/* Generated by gensyscalls.py. Do not edit. */
#include <private/bionic_asm.h>
ENTRY(mprotect)
movl $__NR_mprotect, %eax
syscall
cmpq $-MAX_ERRNO, %rax
jb 1f
negl %eax
movl %eax, %edi
call __set_errno_internal
1:
ret
END(mprotect)