New fts module.
[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 timespec
10 stdbool
11
12 configure.ac:
13 gl_FUNC_NANOSLEEP
14
15 Makefile.am:
16
17 Include:
18 <time.h>
19
20 License:
21 GPL
22
23 Maintainer:
24 Jim Meyering