repo.or.cz
/
musl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix incorrect base name offset from nftw when pathname ends in slash(es)
[musl.git]
/
arch
/
x32
/
pthread_arch.h
blob
267ad073c79175468941cfb7f7306a1e788f04c4
1
static
inline
struct
pthread
*
__pthread_self
()
2
{
3
struct
pthread
*
self
;
4
__asm__
__volatile__
(
"mov %%fs:0,%0"
:
"=r"
(
self
) );
5
return
self
;
6
}
7
8
#define TP_ADJ(p) (p)
9
10
#define MC_PC gregs[REG_RIP]
11
12
#define CANARY canary2
13
14
#define tls_mod_off_t unsigned long long