mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 23:35:50 +00:00
24 lines
300 B
Plaintext
24 lines
300 B
Plaintext
Description:
|
|
An interface to write() that retries after interrupts.
|
|
|
|
Files:
|
|
lib/safe-write.h
|
|
lib/safe-write.c
|
|
m4/safe-write.m4
|
|
|
|
Depends-on:
|
|
safe-read
|
|
|
|
configure.ac:
|
|
gl_SAFE_WRITE
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += safe-write.h safe-write.c
|
|
|
|
Include:
|
|
"safe-write.h"
|
|
|
|
Maintainer:
|
|
Jim Meyering, Bruno Haible
|
|
|