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]
/
libio
/
setlinebuf.s
blob
248b2729b681c14fc95376e67a651cd460647619
1
.text
2
.p2align 4,,15
3
.globl setlinebuf
4
.type setlinebuf, @function
5
setlinebuf
:
6
xorl
%
ecx
, %
ecx
7
movl $
1
, %
edx
8
xorl
%
esi
, %
esi
9
jmp _IO_setvbuf
10
.size setlinebuf, .-setlinebuf
11
.hidden _IO_setvbuf