summaryrefslogtreecommitdiff
path: root/PACE/pace/posix/utime.c
blob: 864e8d422b12bb5f392e69c6f8735854dab79e4b (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/utime.c
 *
 * = AUTHOR
 *    Luther Baker
 *
 * ============================================================================= */

#include "pace/utime.h"

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