Update and improve help for --without-included-regex.
[gnulib.git] / modules / safe-write
1 Description:
2 An interface to the write() function that retries after interrupts.
3
4 Files:
5 lib/safe-write.h
6 lib/safe-write.c
7 m4/safe-write.m4
8
9 Depends-on:
10 safe-read
11 write
12
13 configure.ac:
14 gl_SAFE_WRITE
15
16 Makefile.am:
17
18 Include:
19 "safe-write.h"
20
21 License:
22 LGPL
23
24 Maintainer:
25 Jim Meyering, Bruno Haible