clarify the purpose of this project
[nyanglibc.git] / stdio-common / getline.shared.s
blobf50158ce34b1c0cc8fa5e5151306324e3f21baa7
1 .text
2 #APP
3 memmove = __GI_memmove
4 memset = __GI_memset
5 memcpy = __GI_memcpy
6 #NO_APP
7 .p2align 4,,15
8 .globl __getline
9 .hidden __getline
10 .type __getline, @function
11 __getline:
12 movq %rdx, %rcx
13 movl $10, %edx
14 jmp _IO_getdelim@PLT
15 .size __getline, .-__getline
16 .weak getline
17 .set getline,__getline