/* Generated by gensyscalls.py. Do not edit. */ #include 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)