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
pipe-filter-ii, pipe-filter-gi: Fix warnings on native Windows.
[gnulib.git]
/
modules
/
usleep
blob
563df42316d532b5c15bdd673eeb18f0cfbea0af
1
Description:
2
usleep() function: pause execution of the current thread.
3
4
Files:
5
lib/usleep.c
6
m4/usleep.m4
7
8
Depends-on:
9
unistd
10
extensions
11
sleep [test $HAVE_USLEEP = 0 || test $REPLACE_USLEEP = 1]
12
13
configure.ac:
14
gl_FUNC_USLEEP
15
if test $HAVE_USLEEP = 0 || test $REPLACE_USLEEP = 1; then
16
AC_LIBOBJ([usleep])
17
fi
18
gl_UNISTD_MODULE_INDICATOR([usleep])
19
20
Makefile.am:
21
22
Include:
23
<unistd.h>
24
25
License:
26
LGPLv2+
27
28
Maintainer:
29
Eric Blake