Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
bionic
/
a856c6f543c71f6778cdb9b39f6049ae8b2c4e53
/
.
/
libc
/
arch-x86
/
syscalls
/
gettid.S
blob: 1f264b1384e396d42344a447dbdae81bbb4c32e1 [
file
] [
log
] [
blame
]
/*
Generated by gensyscalls.py. Do not edit.
*/
#include <private/bionic_asm.h>
ENTRY
(
gettid
)
movl
$
__NR_gettid
,
%eax
int
$
0x80
cmpl
$-
MAX_ERRNO
,
%eax
jb
1
f
negl %eax
pushl %eax
call __set_errno
addl
$
4
,
%esp
orl
$
-1
,
%eax
1
:
ret
END
(
gettid
)