fclose: reduce dependencies
authorEric Blake <eblake@redhat.com>
Mon, 2 May 2011 17:41:12 +0000 (11:41 -0600)
committerEric Blake <eblake@redhat.com>
Mon, 2 May 2011 21:23:42 +0000 (15:23 -0600)
commit001e7d63dfe613e249e9f4ab53170b401532afd3
treeb1d97f54a736fa247549af3d21212cdc2e319800
parent0fc0aa38149cc8d1b35537c56ea5d0b83eadcf56
fclose: reduce dependencies

In an LGPLv2+ project, the last change to fclose dragged in
inappropriate modules.

* modules/fclose (Depends-on): Switch from fflush/fseeko to
simpler lseek.
* lib/fclose.c (rpl_fclose): Likewise.
Reported by Simon Josefsson.

Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog
lib/fclose.c
modules/fclose