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