about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/wordsize-64/aio_write.c
blob: 60d242f88f44e8b7c9548fde46313f8614fa35db (plain) (blame)
1
2
3
4
5
6
7
#define aio_write64 __renamed_aio_write64

#include <rt/aio_write.c>

#undef aio_write64

weak_alias (aio_write, aio_write64)