Replaced with <unistd.h>.
[gnulib.git] / modules / nanosleep
1 Description:
2 nanosleep() function: pause execution for a specified time.
3
4 Files:
5 lib/nanosleep.c
6 m4/nanosleep.m4
7
8 Depends-on:
9 clock-time
10 extensions
11 stdbool
12 sys_time
13 time
14
15 configure.ac:
16 gl_FUNC_NANOSLEEP
17
18 Makefile.am:
19
20 Include:
21 <time.h>
22
23 Link:
24 $(LIB_NANOSLEEP)
25
26 License:
27 GPL
28
29 Maintainer:
30 Jim Meyering