Mercurial > hg > octave-kai > gnulib-hg
annotate modules/fwriteerror @ 15814:625d9f3201d8
acl: Fix specification.
* lib/file-has-acl.c (file_has_acl): Fix specification.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Mon, 03 Oct 2011 15:48:57 +0200 |
parents | 47c0d11eb35b |
children |
rev | line source |
---|---|
4709 | 1 Description: |
2 Detect write error on a stream. | |
3 | |
4 Files: | |
5 lib/fwriteerror.h | |
6 lib/fwriteerror.c | |
7 | |
8 Depends-on: | |
10497
47c0d11eb35b
EPIPE requires errno module.
Bruno Haible <bruno@clisp.org>
parents:
7789
diff
changeset
|
9 errno |
5820
aec0a1f23054
(Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5251
diff
changeset
|
10 stdbool |
4709 | 11 |
12 configure.ac: | |
7789
4aa04c24f67f
Move the module indicator macros to the module description.
Bruno Haible <bruno@clisp.org>
parents:
7411
diff
changeset
|
13 gl_MODULE_INDICATOR([fwriteerror]) |
4709 | 14 |
15 Makefile.am: | |
16 lib_SOURCES += fwriteerror.h fwriteerror.c | |
17 | |
18 Include: | |
19 "fwriteerror.h" | |
20 | |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4709
diff
changeset
|
21 License: |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4709
diff
changeset
|
22 GPL |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4709
diff
changeset
|
23 |
4709 | 24 Maintainer: |
25 Bruno Haible |