futimens: fix configure check
[gnulib.git] / modules / safe-read
1 Description:
2 An interface to the read() function that retries after interrupts.
3
4 Files:
5 lib/safe-read.h
6 lib/safe-read.c
7 m4/safe-read.m4
8
9 Depends-on:
10 ssize_t
11
12 configure.ac:
13 gl_SAFE_READ
14
15 Makefile.am:
16
17 Include:
18 "safe-read.h"
19
20 License:
21 LGPLv2+
22
23 Maintainer:
24 Jim Meyering, Bruno Haible