mcel tests: Avoid test failures due to broken GB18030 converter.
[gnulib.git] / modules / xnanosleep
blob80e6a3aa159ed600fe50310ffce45f435e475b54
1 Description:
2 A variant of nanosleep that takes a 'double' argument and handles EINTR.
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-h
15 unistd
17 configure.ac:
18 gl_XNANOSLEEP
20 Makefile.am:
21 lib_SOURCES += xnanosleep.c
23 Include:
24 "xnanosleep.h"
26 Link:
27 $(NANOSLEEP_LIB)
29 License:
30 GPL
32 Maintainer:
33 Paul Eggert, Jim Meyering