mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 23:35:50 +00:00
fe1f37141a
* m4/clock_time.m4: Rename LIB_CLOCK_GETTIME to CLOCK_TIME_LIB. All uses changed. * NEWS: Mention the change.
31 lines
311 B
Plaintext
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
|