mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
25 lines
264 B
Plaintext
25 lines
264 B
Plaintext
Description:
|
|
An interface to read() that retries after interrupts.
|
|
|
|
Files:
|
|
lib/safe-read.h
|
|
lib/safe-read.c
|
|
m4/safe-read.m4
|
|
|
|
Depends-on:
|
|
ssize_t
|
|
|
|
configure.ac:
|
|
gl_SAFE_READ
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
"safe-read.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering, Bruno Haible
|