diff options
Diffstat (limited to 'PACE/pace/aio.c')
-rw-r--r-- | PACE/pace/aio.c | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/PACE/pace/aio.c b/PACE/pace/aio.c new file mode 100644 index 00000000000..18c7cb7b480 --- /dev/null +++ b/PACE/pace/aio.c @@ -0,0 +1,22 @@ +/* $Id$ + + * ============================================================================= + * + * = LIBRARY + * pace + * + * = FILENAME + * aio.c + * + * = AUTHOR + * Luther Baker + * + * ============================================================================= */ + + +#include "pace/aio.h" + + +# if !defined (PACE_HAS_INLINE) +# include "pace/aio.inl" +# endif /* !PACE_HAS_INLINE */ |