summaryrefslogtreecommitdiff
path: root/PACE/pace/posix/times.inl
blob: 5c808d1a7d082edaaaf62b9a00f032a305adbcab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* $Id$ -*- C -*-

 * =============================================================================
 *
 * = LIBRARY
 *    pace
 *
 * = FILENAME
 *    pace/posix/times.inl
 *
 * = AUTHOR
 *    Luther Baker
 *
 * ============================================================================= */

#if (PACE_HAS_POSIX_MP_UOF)
PACE_INLINE
pace_clock_t
pace_times (pace_tms * buffer)
{
  return times (buffer);
}
#endif /* PACE_HAS_POSIX_MP_UOF */