mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-16 01:22:18 +03:00
* modules/gettime (License): Change to LGPL. * modules/timespec (License): Likewise. * modules/utimens (License): Likewise.
32 lines
334 B
Plaintext
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
|