summaryrefslogtreecommitdiff
path: root/libpthread/nptl/sysdeps/unix/sysv/linux/pt-read.S
blob: 623ba27a818d4339be2f6780feba6bb8ebc38d1c (plain)
1
2
3
4
5
6
7
8
9
#include <sysdep-cancel.h>
PSEUDO (__libc_read, read, 3)
ret
PSEUDO_END (__libc_read)
libpthread_hidden_def (__libc_read)
weak_alias (__libc_read, __read)
libpthread_hidden_weak (__read)
weak_alias (__libc_read, read)
libpthread_hidden_weak (read)