warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / safe-write
blob5e90496209de15b27957c5195b6b43c35073195b
1 Description:
2 An interface to the write() function that retries after interrupts.
4 Files:
5 lib/safe-write.h
6 lib/safe-write.c
7 lib/safe-read.c
8 m4/safe-write.m4
9 m4/safe-read.m4
11 Depends-on:
12 ssize_t
13 write
15 configure.ac:
16 gl_PREREQ_SAFE_WRITE
18 Makefile.am:
19 lib_SOURCES += safe-write.c
21 Include:
22 "safe-write.h"
24 License:
25 LGPLv2+
27 Maintainer:
28 Jim Meyering