mirror of
https://sourceware.org/git/glibc.git
synced 2026-01-06 11:51:29 +03:00
First steps to get conformtest fully working
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#ifndef _AIO_H
|
||||
#include <rt/aio.h>
|
||||
|
||||
#ifndef _ISOMAC
|
||||
/* Now define the internal interfaces. */
|
||||
extern void __aio_init (const struct aioinit *__init);
|
||||
|
||||
@@ -8,5 +9,6 @@ extern void __aio_init (const struct aioinit *__init);
|
||||
lio_listio and we do not issue events for each individual list
|
||||
element. */
|
||||
#define LIO_NO_INDIVIDUAL_EVENT 128
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user