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