diff modules/fflush @ 8700:f82b54db5bb8

Make fflush rely on fpurge. * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than open coding all variants. * modules/fflush (Depends-on): Add fpurge and unistd. * modules/fflush-tests (Depends-on): Unistd is no longer extra. * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
author Eric Blake <ebb9@byu.net>
date Tue, 17 Apr 2007 03:38:08 +0000
parents 80a6ec6ecb2e
children eb200e5fd37b
line wrap: on
line diff
--- a/modules/fflush
+++ b/modules/fflush
@@ -6,7 +6,9 @@
 m4/fflush.m4
 
 Depends-on:
+fpurge
 stdio
+unistd
 
 configure.ac:
 gl_FUNC_FFLUSH