posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / timespec_get
blob51efed3d7c86c2d8f11d1d86ffbfc298525a726e
1 Description:
2 timespec_get() function: return the current time with up to nanosecond resolution
4 Files:
5 lib/timespec_get.c
6 m4/timespec_get.m4
8 Depends-on:
9 time
10 extensions
11 gettime         [test $HAVE_TIMESPEC_GET = 0]
13 configure.ac:
14 gl_FUNC_TIMESPEC_GET
15 if test $HAVE_TIMESPEC_GET = 0; then
16   AC_LIBOBJ([timespec_get])
18 gl_TIME_MODULE_INDICATOR([timespec_get])
20 Makefile.am:
22 Include:
23 <time.h>
25 Link:
26 $(LIB_CLOCK_GETTIME)
28 License:
29 LGPL
31 Maintainer:
32 all