summaryrefslogtreecommitdiffstats
path: root/libpthread/nptl/sysdeps/unix/sysv/linux/write.S
blob: 168eab95cc3964b469227be5d0ce11aa25d4b1e2 (plain)
1
2
3
4
5
6
7
8
9
#include <sysdep-cancel.h>
PSEUDO (__libc_write, write, 3)
ret
PSEUDO_END (__libc_write)
libc_hidden_def (__libc_write)
weak_alias (__libc_write, __write)
libc_hidden_weak (__write)
weak_alias (__libc_write, write)
libc_hidden_weak (write)