summaryrefslogtreecommitdiff
path: root/modules/gettime
blob: 78a49f1f7f7df5ab8db83df5737213fbfe34c70b (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:
$(CLOCK_TIME_LIB)

License:
LGPL

Maintainer:
Paul Eggert, Jim Meyering