NEWS.stable: update
[gnulib.git] / modules / fflush
1 Description:
2 Discard pending data on both input and output streams.
3
4 Files:
5 lib/fflush.c
6 lib/stdio-impl.h
7 m4/fflush.m4
8
9 Depends-on:
10 stdio
11 fpurge          [test $REPLACE_FFLUSH = 1]
12 ftello          [test $REPLACE_FFLUSH = 1]
13 freading        [test $REPLACE_FFLUSH = 1]
14 lseek           [test $REPLACE_FFLUSH = 1]
15 unistd          [test $REPLACE_FFLUSH = 1]
16 fseeko          [test $REPLACE_FFLUSH = 1]
17
18 configure.ac-early:
19 AC_REQUIRE([AC_FUNC_FSEEKO])
20
21 configure.ac:
22 gl_FUNC_FFLUSH
23 gl_MODULE_INDICATOR([fflush])
24 gl_STDIO_MODULE_INDICATOR([fflush])
25
26 Makefile.am:
27
28 Include:
29 <stdio.h>
30
31 License:
32 LGPLv2+
33
34 Maintainer:
35 Eric Blake