mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
25 lines
286 B
Plaintext
25 lines
286 B
Plaintext
Description:
|
|
An interface to the write() function 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:
|
|
|
|
Include:
|
|
"safe-write.h"
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Jim Meyering, Bruno Haible
|