mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
* m4/safe-read.m4 (gl_SAFE_READ): Remove macro. * modules/safe-read (configure.ac): Invoke gl_PREREQ_SAFE_READ instead of gl_SAFE_READ. (Makefile.am): Augment lib_SOURCES.
27 lines
320 B
Plaintext
27 lines
320 B
Plaintext
Description:
|
|
An interface to the read() function that retries after interrupts.
|
|
|
|
Files:
|
|
lib/safe-read.h
|
|
lib/safe-read.c
|
|
m4/safe-read.m4
|
|
|
|
Depends-on:
|
|
read
|
|
ssize_t
|
|
|
|
configure.ac:
|
|
gl_PREREQ_SAFE_READ
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += safe-read.c
|
|
|
|
Include:
|
|
"safe-read.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Jim Meyering, Bruno Haible
|