summaryrefslogtreecommitdiff
path: root/modules/timespec_getres
blob: 07920a414e98be01b2a6415748e8305f850fce33 (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
33
Description:
timespec_getres: return the timestamp resolution

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

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

configure.ac:
AC_REQUIRE([gl_FUNC_TIMESPEC_GETRES])
gl_CONDITIONAL([GL_COND_OBJ_TIMESPEC_GETRES], [test $HAVE_TIMESPEC_GETRES = 0])
gl_TIME_MODULE_INDICATOR([timespec_getres])

Makefile.am:
if GL_COND_OBJ_TIMESPEC_GETRES
lib_SOURCES += timespec_getres.c
endif

Include:
<time.h>

Link:
$(CLOCK_TIME_LIB)

License:
LGPL

Maintainer:
all