summaryrefslogtreecommitdiff
path: root/modules/gettime
blob: fcbb644efe7e9649c7c0991d1a013406488c22d3 (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
Description:
Return current time, with nanosecond resolution.

Files:
lib/gettime.c
m4/gettime.m4

Depends-on:
clock-time
gettimeofday
sys_time
timespec
extensions

configure.ac:
gl_GETTIME

Makefile.am:
lib_SOURCES += gettime.c

Include:
"timespec.h"

Link:
$(LIB_CLOCK_GETTIME)

License:
LGPL

Maintainer:
Paul Eggert, Jim Meyering