Mercurial > hg > octave-kai > gnulib-hg
annotate modules/safe-read @ 4197:3ccc6d0d52bb
Add a Maintainer.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Mon, 20 Jan 2003 10:02:37 +0000 |
parents | 5321105558d8 |
children | 8c6310a47379 |
rev | line source |
---|---|
4110 | 1 Description: |
4172 | 2 An interface to read() that retries after interrupts. |
4110 | 3 |
4 Files: | |
5 lib/safe-read.h | |
6 lib/safe-read.c | |
7 m4/safe-read.m4 | |
8 | |
9 Depends-on: | |
10 | |
11 configure.ac: | |
12 gl_SAFE_READ | |
13 | |
14 Makefile.am: | |
15 lib_SOURCES += safe-read.h safe-read.c | |
16 | |
17 Include: | |
18 "safe-read.h" | |
19 | |
4197 | 20 Maintainer: |
21 Jim Meyering, Bruno Haible | |
22 |