readutmp, boot-time: Work around a Cygwin 3.5.3 bug.
[gnulib.git] / modules / safe-read
blobf19e14b8c7bcb96d004b266c4fb7a01085f098b0
1 Description:
2 An interface to the read() function that retries after interrupts.
4 Files:
5 lib/safe-read.h
6 lib/safe-read.c
7 lib/sys-limits.h
8 m4/safe-read.m4
10 Depends-on:
11 read
12 ssize_t
14 configure.ac:
15 gl_PREREQ_SAFE_READ
17 Makefile.am:
18 lib_SOURCES += safe-read.c
20 Include:
21 "safe-read.h"
23 License:
24 LGPLv2+
26 Maintainer:
27 Jim Meyering