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