Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/filename @ 14730:f0a9a2cd267c
fclose: preserve fflush errors
Caught by gcc -Werror=unused-but-set-variable.
* lib/fclose.c (rpl_fclose): Don't lose fflush errors.
Reported by Jim Meyering.
Signed-off-by: Eric Blake <eblake@redhat.com>
author | Eric Blake <eblake@redhat.com> |
---|---|
date | Wed, 11 May 2011 11:35:06 -0600 |
parents | 247990850251 |
children |
rev | line source |
---|---|
8245 | 1 Description: |
10390
247990850251
Split module 'filename' into 'filename' and 'concat-filename'.
Bruno Haible <bruno@clisp.org>
parents:
8251
diff
changeset
|
2 Basic filename support macros. |
8245 | 3 |
4 Files: | |
8251
1e16373508e1
Rename module 'pathname' to 'filename'.
Bruno Haible <bruno@clisp.org>
parents:
8245
diff
changeset
|
5 lib/filename.h |
8245 | 6 |
7 Depends-on: | |
8 | |
9 configure.ac: | |
10 | |
11 Makefile.am: | |
12 | |
13 Include: | |
8251
1e16373508e1
Rename module 'pathname' to 'filename'.
Bruno Haible <bruno@clisp.org>
parents:
8245
diff
changeset
|
14 "filename.h" |
8245 | 15 |
16 License: | |
10390
247990850251
Split module 'filename' into 'filename' and 'concat-filename'.
Bruno Haible <bruno@clisp.org>
parents:
8251
diff
changeset
|
17 LGPLv2+ |
8245 | 18 |
19 Maintainer: | |
20 Bruno Haible | |
21 |