blob: d849bb130d8748ad1ac6fa8777b4c7ff5597dac2 [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
1:
ret
END(mprotect)