repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
settime
blob
8f097f7860537df25c15e8eaa6cdb833516720e6
1
Description:
2
Set the current time, with nanosecond resolution.
3
4
Files:
5
lib/settime.c
6
m4/settime.m4
7
8
Depends-on:
9
clock-time
10
errno
11
extensions
12
sys_time
13
timespec
14
15
configure.ac:
16
gl_SETTIME
17
18
Makefile.am:
19
lib_SOURCES += settime.c
20
21
Include:
22
"timespec.h"
23
24
Link:
25
$(LIB_CLOCK_GETTIME)
26
27
License:
28
GPL
29
30
Maintainer:
31
Paul Eggert, Jim Meyering