Merge branch 'upstream' into stable
[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 extensions
10 intprops
11 multiarch
12 select
13 sigaction
14 stdbool
15 sys_select
16 sys_time
17 time
18 verify
19
20 configure.ac:
21 gl_FUNC_NANOSLEEP
22
23 Makefile.am:
24
25 Include:
26 <time.h>
27
28 Link:
29 $(LIB_NANOSLEEP)
30
31 License:
32 GPL
33
34 Maintainer:
35 Jim Meyering