]> git.ipfire.org Git - thirdparty/util-linux.git/commit
closestream: remove dummy function __fpending()
authorSami Kerola <kerolasa@iki.fi>
Sat, 10 Mar 2018 21:20:24 +0000 (21:20 +0000)
committerKarel Zak <kzak@redhat.com>
Tue, 27 Mar 2018 11:51:02 +0000 (13:51 +0200)
commitb211467f77892f418da091278e47b9fe1baabe4b
treef9ef105e93c9641e09c2141115e1387cbd489307
parentcaa868345a61f4e3f67056a041ee99d463916ff5
closestream: remove dummy function __fpending()

Exclude __fpending() from build when function is not available.  This is
more obvious than adding a dummy function and expecting compiler to
eliminate it as dead code.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
include/closestream.h