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
/
xnanosleep
blob
9f12ff3205c2ae81c5c5d1291340a9a367e3fea4
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
c99
11
dtotimespec
12
intprops
13
nanosleep
14
time
15
unistd
16
17
configure.ac:
18
gl_XNANOSLEEP
19
20
Makefile.am:
21
lib_SOURCES += xnanosleep.c
22
23
Include:
24
"xnanosleep.h"
25
26
Link:
27
$(LIB_NANOSLEEP)
28
29
License:
30
GPL
31
32
Maintainer:
33
Paul Eggert, Jim Meyering