explicit_bzero, memset_explicit tests: Avoid test failures with ASAN.
[gnulib.git] / modules / settime
bloba778febe112e8eba73485a7dcb39c85af3deb78d
1 Description:
2 Set the current time, with nanosecond resolution.
4 Files:
5 lib/settime.c
6 m4/settime.m4
8 Depends-on:
9 clock-time
10 errno
11 extensions
12 sys_time
13 timespec
15 configure.ac:
16 gl_SETTIME
18 Makefile.am:
19 lib_SOURCES += settime.c
21 Include:
22 "timespec.h"
24 Link:
25 $(CLOCK_TIME_LIB)
27 License:
28 GPL
30 Maintainer:
31 Paul Eggert, Jim Meyering