pty: Activate the signature wrapper of forkpty.
[gnulib.git] / modules / safe-read
1 Description:
2 An interface to the read() function that retries after interrupts.
3
4 Files:
5 lib/safe-read.h
6 lib/safe-read.c
7 m4/safe-read.m4
8
9 Depends-on:
10 read
11 ssize_t
12
13 configure.ac:
14 gl_PREREQ_SAFE_READ
15
16 Makefile.am:
17 lib_SOURCES += safe-read.c
18
19 Include:
20 "safe-read.h"
21
22 License:
23 LGPLv2+
24
25 Maintainer:
26 Jim Meyering, Bruno Haible