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

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

PACE_INLINE
clock_t
pace_times (struct tms * buffer)
{
  return times (buffer);
}