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
/
sem_getvalue.s
blob
2dae77563dbcbf5160844f9286835d86f873a234
1
.text
2
.p2align 4,,15
3
.globl __new_sem_getvalue
4
.type __new_sem_getvalue, @function
5
__new_sem_getvalue
:
6
movq
(%
rdi
), %
rax
7
movl
%
eax
, (%
rsi
)
8
xorl
%
eax
, %
eax
9
ret
10
.size __new_sem_getvalue, .-__new_sem_getvalue
11
.weak sem_getvalue
12
.set sem_getvalue,__new_sem_getvalue