Mercurial > hg > octave-kai > gnulib-hg
annotate modules/freopen-safer @ 16455:cfdc186017be
New module 'fabsf-ieee'.
* modules/fabsf-ieee: New file.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 26 Feb 2012 17:27:36 +0100 |
parents | a9daeaa8d991 |
children |
rev | line source |
---|---|
12246 | 1 Description: |
2 freopen function that avoids clobbering std{in,out,err}. | |
3 | |
4 Files: | |
5 lib/stdio--.h | |
6 lib/stdio-safer.h | |
7 lib/freopen-safer.c | |
8 | |
9 Depends-on: | |
10 dup2 | |
11 freopen | |
12 open | |
13 stdbool | |
14 | |
15 configure.ac: | |
16 gl_MODULE_INDICATOR([freopen-safer]) | |
17 | |
18 Makefile.am: | |
15244
a9daeaa8d991
freopen-safer: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents:
12246
diff
changeset
|
19 lib_SOURCES += freopen-safer.c |
12246 | 20 |
21 Include: | |
22 "stdio-safer.h" | |
23 | |
24 License: | |
25 GPL | |
26 | |
27 Maintainer: | |
28 Eric Blake |