posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / gettime
blobfcbb644efe7e9649c7c0991d1a013406488c22d3
1 Description:
2 Return current time, with nanosecond resolution.
4 Files:
5 lib/gettime.c
6 m4/gettime.m4
8 Depends-on:
9 clock-time
10 gettimeofday
11 sys_time
12 timespec
13 extensions
15 configure.ac:
16 gl_GETTIME
18 Makefile.am:
19 lib_SOURCES += gettime.c
21 Include:
22 "timespec.h"
24 Link:
25 $(LIB_CLOCK_GETTIME)
27 License:
28 LGPL
30 Maintainer:
31 Paul Eggert, Jim Meyering