1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-17 12:41:05 +03:00
Files
gnulib/modules/gettime
Bruno Haible cc5274549a gettime: Move AC_LIBOBJ invocations to module description.
* m4/gettime.m4 (gl_GETTIME): Remove AC_LIBOBJ invocation.
* modules/gettime (Makefile.am): Augment lib_SOURCES.
2011-06-16 00:07:26 +02:00

32 lines
333 B
Plaintext

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:
GPL
Maintainer:
Paul Eggert, Jim Meyering