aboutsummaryrefslogtreecommitdiffstats
path: root/src/timer/posix_rt/info.txt
blob: 4b23a74fcbd1db935a0ef1055b8652b6fd103146 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
define TIMER_POSIX

load_on auto

<add>
tm_posix.cpp
tm_posix.h
</add>

<libs>
linux -> rt
</libs>

# The *BSDs put clock_gettime in sys/time.h, not time.h like POSIX says
<os>
cygwin
linux
#freebsd
dragonfly
#netbsd
#openbsd
</os>

<requires>
timer
</requires>