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