repo.or.cz
/
nyanglibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
clarify the purpose of this project
[nyanglibc.git]
/
nptl
/
pthread_condattr_init.s
blob
8d8acd5e67daaae96ef8fc4f2896536564027c53
1
.text
2
.p2align 4,,15
3
.globl __pthread_condattr_init
4
.type __pthread_condattr_init, @function
5
__pthread_condattr_init
:
6
movl $
0
, (%
rdi
)
7
xorl
%
eax
, %
eax
8
ret
9
.size __pthread_condattr_init, .-__pthread_condattr_init
10
.globl pthread_condattr_init
11
.set pthread_condattr_init,__pthread_condattr_init