summaryrefslogtreecommitdiff
path: root/modules/timespec_get
blob: 51efed3d7c86c2d8f11d1d86ffbfc298525a726e (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_get() function: return the current time with up to nanosecond resolution

Files:
lib/timespec_get.c
m4/timespec_get.m4

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

configure.ac:
gl_FUNC_TIMESPEC_GET
if test $HAVE_TIMESPEC_GET = 0; then
  AC_LIBOBJ([timespec_get])
fi
gl_TIME_MODULE_INDICATOR([timespec_get])

Makefile.am:

Include:
<time.h>

Link:
$(LIB_CLOCK_GETTIME)

License:
LGPL

Maintainer:
all