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
/
setbuf.s
blob
4cb8b654b171c998f9d32666532bc628376ff025
1
.text
2
.p2align 4,,15
3
.globl setbuf
4
.type setbuf, @function
5
setbuf
:
6
movl $
8192
, %
edx
7
jmp _IO_setbuffer
8
.size setbuf, .-setbuf
9
.hidden _IO_setbuffer