1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-06-15 23:35:50 +00:00
Files
Bruno Haible fe1f37141a clock_time: Rename LIB_CLOCK_GETTIME to CLOCK_TIME_LIB.
* m4/clock_time.m4: Rename LIB_CLOCK_GETTIME to CLOCK_TIME_LIB.
All uses changed.
* NEWS: Mention the change.
2023-01-07 18:06:51 +01:00

31 lines
311 B
Plaintext

Description:
Return current time resolution
Files:
lib/gettime-res.c
m4/gettime.m4
Depends-on:
clock-time
gettime
timespec
extensions
configure.ac:
gl_GETTIME_RES
Makefile.am:
lib_SOURCES += gettime-res.c
Include:
"timespec.h"
Link:
$(CLOCK_TIME_LIB)
License:
LGPL
Maintainer:
Paul Eggert, Jim Meyering