summaryrefslogtreecommitdiff
path: root/modules/timespec_getres
blob: f9672868e39a485caf12faf2d413addcf01c6902 (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
27
28
29
30
31
32
Description:
timespec_getres: return the timestamp resolution

Files:
lib/timespec_getres.c
m4/timespec_getres.m4

Depends-on:
extensions
time
gettime-res     [test $HAVE_TIMESPEC_GETRES = 0]

configure.ac:
AC_REQUIRE([gl_FUNC_TIMESPEC_GETRES])
if test $HAVE_TIMESPEC_GETRES = 0; then
  AC_LIBOBJ([timespec_getres])
fi
gl_TIME_MODULE_INDICATOR([timespec_getres])

Makefile.am:

Include:
<time.h>

Link:
$(LIB_CLOCK_GETTIME)

License:
LGPL

Maintainer:
all