From 5046dbb4a7eba5eccfd258f92f4735c9ffc8d069 Mon Sep 17 00:00:00 2001 From: Zack Weinberg Date: Thu, 8 Jun 2017 15:39:03 -0400 Subject: Prepare for radical source tree reorganization. All top-level files and directories are moved into a temporary storage directory, REORG.TODO, except for files that will certainly still exist in their current form at top level when we're done (COPYING, COPYING.LIB, LICENSES, NEWS, README), all old ChangeLog files (which are moved to the new directory OldChangeLogs, instead), and the generated file INSTALL (which is just deleted; in the new order, there will be no generated files checked into version control). --- REORG.TODO/include/aio.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 REORG.TODO/include/aio.h (limited to 'REORG.TODO/include/aio.h') diff --git a/REORG.TODO/include/aio.h b/REORG.TODO/include/aio.h new file mode 100644 index 0000000000..90c74f9951 --- /dev/null +++ b/REORG.TODO/include/aio.h @@ -0,0 +1,14 @@ +#ifndef _AIO_H +#include + +#ifndef _ISOMAC +/* Now define the internal interfaces. */ +extern void __aio_init (const struct aioinit *__init); + +/* Flag to signal we need to be compatible with glibc < 2.4 in + lio_listio and we do not issue events for each individual list + element. */ +#define LIO_NO_INDIVIDUAL_EVENT 128 +#endif + +#endif -- cgit 1.4.1