posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / xnanosleep
blob9f12ff3205c2ae81c5c5d1291340a9a367e3fea4
1 Description:
2 a more convenient interface to nanosleep
4 Files:
5 lib/xnanosleep.h
6 lib/xnanosleep.c
7 m4/xnanosleep.m4
9 Depends-on:
10 c99
11 dtotimespec
12 intprops
13 nanosleep
14 time
15 unistd
17 configure.ac:
18 gl_XNANOSLEEP
20 Makefile.am:
21 lib_SOURCES += xnanosleep.c
23 Include:
24 "xnanosleep.h"
26 Link:
27 $(LIB_NANOSLEEP)
29 License:
30 GPL
32 Maintainer:
33 Paul Eggert, Jim Meyering