mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 23:35:50 +00:00
0dc2838be5
Adding a Link section makes it easier to notice when it a module may require edits to a user's Makefile.am. * modules/gethrxtime (Link): Mention LIB_GETHRXTIME. * modules/gettime (Link): Mention LIB_CLOCK_GETTIME. * modules/settime (Link): Likewise. * modules/xnanosleep (Link): Mention LIB_NANOSLEEP. Signed-off-by: Eric Blake <ebb9@byu.net>
31 lines
308 B
Plaintext
31 lines
308 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:
|
|
|
|
Include:
|
|
"timespec.h"
|
|
|
|
Link:
|
|
$(LIB_CLOCK_GETTIME)
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Paul Eggert, Jim Meyering
|