From 724a59bc7b581dc942ab6cd83aea27d32dd38eef Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 17 Jun 2011 13:44:41 +0200 Subject: [PATCH] spawn-pipe tests: Fix link error. * tests/test-spawn-pipe-child.c: Undefine fflush. --- ChangeLog | 5 +++++ tests/test-spawn-pipe-child.c | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5a3cbe55e..681200f77 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2011-06-17 Bruno Haible + spawn-pipe tests: Fix link error. + * tests/test-spawn-pipe-child.c: Undefine fflush. + +2011-06-17 Bruno Haible + Fix tests link errors. * modules/ceil-ieee-tests (Makefile.am): Use CEIL_LIBM, not FLOOR_LIBM. * modules/chown-tests (Makefile.am): Don't link test-chown with diff --git a/tests/test-spawn-pipe-child.c b/tests/test-spawn-pipe-child.c index 0bc8b07c5..7cef8846f 100644 --- a/tests/test-spawn-pipe-child.c +++ b/tests/test-spawn-pipe-child.c @@ -45,6 +45,7 @@ static FILE *myerr; #undef close #undef fcntl #undef fdopen +#undef fflush #undef read #undef write -- 2.11.0