blob: 039c6d156dafa8ebb8516d7b4ea2600a36b5ec32 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
Description:
A variant of nanosleep that takes a 'double' argument and handles EINTR.
Files:
lib/xnanosleep.h
lib/xnanosleep.c
m4/xnanosleep.m4
Depends-on:
c99
dtotimespec
intprops
nanosleep
time
unistd
configure.ac:
gl_XNANOSLEEP
Makefile.am:
lib_SOURCES += xnanosleep.c
Include:
"xnanosleep.h"
Link:
$(LIB_NANOSLEEP)
License:
GPL
Maintainer:
Paul Eggert, Jim Meyering
|