1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/settime
Bruno Haible abc5636040 settime: Move AC_LIBOBJ invocations to module description.
* m4/settime.m4 (gl_SETTIME): Remove AC_LIBOBJ invocation.
* modules/settime (Makefile.am): Augment lib_SOURCES.
2011-06-16 00:07:38 +02:00

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