clarify the purpose of this project
[nyanglibc.git] / libio / __freadable.s
blob16425586ca2c8ddcbc85d3f24603867b0989fcc9
1 .text
2 .p2align 4,,15
3 .globl __freadable
4 .type __freadable, @function
5 __freadable:
6 xorl %eax, %eax
7 testb $4, (%rdi)
8 sete %al
9 ret
10 .size __freadable, .-__freadable