1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-16 01:22:18 +03:00
Files
gnulib/modules/gettime
Bruno Haible 35e99a7e18 gettime, timespec, utimens: Relicense under LGPL.
* modules/gettime (License): Change to LGPL.
* modules/timespec (License): Likewise.
* modules/utimens (License): Likewise.
2016-10-15 15:09:13 +02:00

32 lines
334 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:
LGPL
Maintainer:
Paul Eggert, Jim Meyering