Ensure fseeko and ftello are declared on glibc systems.
[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/fseeko.c
7 m4/fflush.m4
8 m4/fseeko.m4
9
10 Depends-on:
11 fpurge
12 ftello
13 stdio
14 unistd
15
16 configure.ac-early:
17 AC_REQUIRE([AC_FUNC_FSEEKO])
18
19 configure.ac:
20 gl_FUNC_FFLUSH
21 gl_STDIO_MODULE_INDICATOR([fflush])
22
23 Makefile.am:
24
25 Include:
26 <stdio.h>
27
28 License:
29 GPL
30
31 Maintainer:
32 Eric Blake