mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* m4/settime.m4 (gl_SETTIME): Remove AC_LIBOBJ invocation. * modules/settime (Makefile.am): Augment lib_SOURCES.
32 lines
327 B
Plaintext
32 lines
327 B
Plaintext
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:
|
|
lib_SOURCES += settime.c
|
|
|
|
Include:
|
|
"timespec.h"
|
|
|
|
Link:
|
|
$(LIB_CLOCK_GETTIME)
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Paul Eggert, Jim Meyering
|