blob: dc63d1763ecd756ed4521410a877fbdbf3bdf37c (
plain)
| 1
2
3
4
5
6
7
8
9
 | #include <sysdep-cancel.h>
PSEUDO (__libc_read, read, 3)
ret
PSEUDO_END (__libc_read)
libc_hidden_def (__libc_read)
weak_alias (__libc_read, __read)
libc_hidden_weak (__read)
weak_alias (__libc_read, read)
libc_hidden_weak (read)
 |