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


#include "pace/sys/stat.h"


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