aboutsummaryrefslogtreecommitdiffstats
path: root/modules/tm_posix/modinfo.txt
blob: df8d631227bbb3a4bfd7c3acd786f65b85ac4568 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
realname "POSIX Timer"

define TIMER_POSIX

add_file tm_posix.cpp
add_file tm_posix.h

<libs>
linux -> rt
</libs>

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