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

#include "../../../../pthread/aio_read.c"

#undef aio_read64

weak_alias (aio_read, aio_read64)