Hash :
0dc2838b
Author :
Date :
2009-10-09T08:36:22
maint: make realtime library usage explicit 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>
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