clarify the purpose of this project
[nyanglibc.git] / libio / setbuf.s
blob4cb8b654b171c998f9d32666532bc628376ff025
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