blob: bf0bfa1fe90cfdc82e18f1eab61344fd28f4db20 [file] [log] [blame]
/* Generated by gensyscalls.py. Do not edit. */
#include <private/bionic_asm.h>
ENTRY(munlockall)
movl $__NR_munlockall, %eax
int $0x80
cmpl $-MAX_ERRNO, %eax
jb 1f
negl %eax
pushl %eax
call __set_errno_internal
addl $4, %esp
1:
ret
END(munlockall)