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