summaryrefslogtreecommitdiff
path: root/PACE/pace/posix/aio.c
blob: d2f62e9238964f2761ee1e52c3b98d8541968af5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* $Id$

 * =============================================================================
 *
 * = LIBRARY
 *    pace
 *
 * = FILENAME
 *    pace/posix/aio.c
 *
 * = AUTHOR
 *    Luther Baker
 *
 * ============================================================================= */

#include "pace/aio.h"

#if !defined (PACE_HAS_INLINE)
# include "pace/posix/aio.inl"
#endif /* ! PACE_HAS_INLINE */