summaryrefslogtreecommitdiff
path: root/rts/posix/Itimer.h
blob: 4cae9357101982c519a2773acb28f3cfd125e6cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* -----------------------------------------------------------------------------
 *
 * (c) The GHC Team 1998-2005
 *
 * Interval timer for profiling and pre-emptive scheduling.
 *
 * ---------------------------------------------------------------------------*/

#ifndef ITIMER_H
#define ITIMER_H

extern lnat getourtimeofday   ( void );

#endif /* ITIMER_H */