summaryrefslogtreecommitdiff
path: root/modules/xnanosleep
blob: 80e6a3aa159ed600fe50310ffce45f435e475b54 (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-h
unistd

configure.ac:
gl_XNANOSLEEP

Makefile.am:
lib_SOURCES += xnanosleep.c

Include:
"xnanosleep.h"

Link:
$(NANOSLEEP_LIB)

License:
GPL

Maintainer:
Paul Eggert, Jim Meyering