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

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


#include "pace/aio.h"


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