obstack-zprintf: Add more tests.
[gnulib.git] / modules / usleep
blob1e842347fa36d10c8932d3f7aadea3e31a1bc929
1 Description:
2 usleep() function: pause execution of the current thread.
4 Files:
5 lib/usleep.c
6 m4/usleep.m4
8 Depends-on:
9 unistd
10 extensions
11 sleep           [test $HAVE_USLEEP = 0 || test $REPLACE_USLEEP = 1]
13 configure.ac:
14 gl_FUNC_USLEEP
15 gl_CONDITIONAL([GL_COND_OBJ_USLEEP],
16                [test $HAVE_USLEEP = 0 || test $REPLACE_USLEEP = 1])
17 gl_UNISTD_MODULE_INDICATOR([usleep])
19 Makefile.am:
20 if GL_COND_OBJ_USLEEP
21 lib_SOURCES += usleep.c
22 endif
24 Include:
25 <unistd.h>
27 License:
28 LGPLv2+
30 Maintainer:
31 Eric Blake