mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
Jim Meyering gave consent to this action: http://lists.gnu.org/archive/html/bug-gnulib/2010-04/msg00446.html * modules/full-read (License): Drop to LGPLv2+. * modules/full-write (License): Likewise. * modules/safe-read (License): Likewise. * modules/safe-write (License): Likewise. Signed-off-by: Eric Blake <eblake@redhat.com>
24 lines
307 B
Plaintext
24 lines
307 B
Plaintext
Description:
|
|
An interface to the write() function that writes all it is asked to write.
|
|
|
|
Files:
|
|
lib/full-write.h
|
|
lib/full-write.c
|
|
|
|
Depends-on:
|
|
safe-write
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += full-write.h full-write.c
|
|
|
|
Include:
|
|
"full-write.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Jim Meyering, Bruno Haible
|