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
log10l: Work around inaccurate implementation on NetBSD.
[gnulib.git]
/
modules
/
xnanosleep
blob
0a2b373eac87c2260a8ec5729fab7179bcb33939
1
Description:
2
a more convenient interface to nanosleep
3
4
Files:
5
lib/xnanosleep.h
6
lib/xnanosleep.c
7
m4/xnanosleep.m4
8
9
Depends-on:
10
dtotimespec
11
nanosleep
12
time
13
14
configure.ac:
15
gl_XNANOSLEEP
16
17
Makefile.am:
18
lib_SOURCES += xnanosleep.c
19
20
Include:
21
"xnanosleep.h"
22
23
Link:
24
$(LIB_NANOSLEEP)
25
26
License:
27
GPL
28
29
Maintainer:
30
Paul Eggert, Jim Meyering