test-stddef: test for (some) offsetof bugs
[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 stdint
10 unistd
11 verify
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