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:
Set the current time, with nanosecond resolution.
Files:
lib/settime.c
m4/settime.m4
Depends-on:
clock-time
errno
extensions
sys_time
timespec
configure.ac:
gl_SETTIME
Makefile.am:
Include:
"timespec.h"
Link:
$(LIB_CLOCK_GETTIME)
License:
GPL
Maintainer:
Paul Eggert, Jim Meyering