From: Bruno Haible Date: Fri, 17 Jun 2011 11:44:41 +0000 (+0200) Subject: spawn-pipe tests: Fix link error. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=724a59bc7b581dc942ab6cd83aea27d32dd38eef;p=pspp spawn-pipe tests: Fix link error. * tests/test-spawn-pipe-child.c: Undefine fflush. --- diff --git a/ChangeLog b/ChangeLog index 5a3cbe55ea..681200f773 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +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. diff --git a/tests/test-spawn-pipe-child.c b/tests/test-spawn-pipe-child.c index 0bc8b07c5e..7cef8846fb 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