about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/wordsize-64/aio_read.c
blob: 8310b484d00747f6484f8fc2e803196e6e06ccaa (plain) (blame)
1
2
3
4
5
6
7
#define aio_read64 __renamed_aio_read64

#include <rt/aio_read.c>

#undef aio_read64

weak_alias (aio_read, aio_read64)