Mercurial > hg > octave-kai > gnulib-hg
annotate modules/safe-read @ 8581:7600b64d20c8
Take care of IN_LIBINTL situation.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Thu, 29 Mar 2007 22:21:32 +0000 |
parents | 6a764f23e302 |
children | 085312d74529 |
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: | |
6030
781dec53e193
Add ssize_t module, and use it.
Simon Josefsson <simon@josefsson.org>
parents:
5722
diff
changeset
|
10 ssize_t |
4110 | 11 |
12 configure.ac: | |
13 gl_SAFE_READ | |
14 | |
15 Makefile.am: | |
16 | |
17 Include: | |
18 "safe-read.h" | |
19 | |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4403
diff
changeset
|
20 License: |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4403
diff
changeset
|
21 GPL |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4403
diff
changeset
|
22 |
4197 | 23 Maintainer: |
24 Jim Meyering, Bruno Haible |