5 /* Now define the internal interfaces. */
6 extern void __aio_init (const struct aioinit
*__init
);
8 /* Flag to signal we need to be compatible with glibc < 2.4 in
9 lio_listio and we do not issue events for each individual list
11 #define LIO_NO_INDIVIDUAL_EVENT 128
14 # define __aio_suspend_time64 __aio_suspend
16 extern int __aio_suspend_time64 (const struct aiocb
*const list
[], int nent
,
17 const struct __timespec64
*timeout
);
19 libc_hidden_proto (__aio_suspend_time64
)
21 librt_hidden_proto (__aio_suspend_time64
)