]> git.ipfire.org Git - thirdparty/glibc.git/blame - include/aio.h
Further harden glibc malloc metadata against 1-byte overflows.
[thirdparty/glibc.git] / include / aio.h
CommitLineData
2bb9b134 1#ifndef _AIO_H
4959e310 2#include <rt/aio.h>
2bb9b134 3
31341567 4#ifndef _ISOMAC
6d3aff23 5/* Now define the internal interfaces. */
a784e502 6extern void __aio_init (const struct aioinit *__init);
6d3aff23 7
224aa5ff 8/* Flag to signal we need to be compatible with glibc < 2.4 in
6d3aff23
UD
9 lio_listio and we do not issue events for each individual list
10 element. */
11#define LIO_NO_INDIVIDUAL_EVENT 128
31341567 12#endif
6d3aff23 13
2bb9b134 14#endif