From d5b824ef9f8ed062afd0281722d4608f02b2437a Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 17 Jun 2011 18:08:21 +0200 Subject: [PATCH] spawn-pipe tests: Fix link error. * tests/test-spawn-pipe-child.c: Undefine fprintf. Reported by Tom G. Christensen . --- ChangeLog | 6 ++++++ tests/test-spawn-pipe-child.c | 1 + 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index e877761853..5d91bba9a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-06-17 Bruno Haible + + spawn-pipe tests: Fix link error. + * tests/test-spawn-pipe-child.c: Undefine fprintf. + Reported by Tom G. Christensen . + 2011-06-17 Bruno Haible Tests: Remove unnecessary dependency. diff --git a/tests/test-spawn-pipe-child.c b/tests/test-spawn-pipe-child.c index 7cef8846fb..99294914e5 100644 --- a/tests/test-spawn-pipe-child.c +++ b/tests/test-spawn-pipe-child.c @@ -46,6 +46,7 @@ static FILE *myerr; #undef fcntl #undef fdopen #undef fflush +#undef fprintf #undef read #undef write -- 2.30.2