NEWS.stable: update and finalise
[gnulib.git] / modules / sleep
1 Description:
2 sleep() function: pause execution of the current thread.
3
4 Files:
5 lib/sleep.c
6 m4/sleep.m4
7
8 Depends-on:
9 unistd
10 stdint          [test $HAVE_SLEEP = 0 || test $REPLACE_SLEEP = 1]
11 verify          [test $HAVE_SLEEP = 0 || test $REPLACE_SLEEP = 1]
12
13 configure.ac:
14 gl_FUNC_SLEEP
15 gl_UNISTD_MODULE_INDICATOR([sleep])
16
17 Makefile.am:
18
19 Include:
20 <unistd.h>
21
22 License:
23 LGPLv2+
24
25 Maintainer:
26 Bruno Haible
27