Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
d994622ebf2c4b7e918d9e1f1840f9df88ee7222
/
.
/
libc
/
arch-x86_64
/
syscalls
/
munmap.S
blob: 4360bd0b206775f942924e80e8224b54bd5208e8 [
file
] [
log
] [
blame
]
/*
Generated by gensyscalls.py. Do not edit.
*/
#include <private/bionic_asm.h>
ENTRY
(
munmap
)
movl
$
__NR_munmap
,
%eax
syscall
cmpq
$-
MAX_ERRNO
,
%rax
jb
1
f
negl %eax
movl
%eax, %
edi
call __set_errno
1
:
ret
END
(
munmap
)