spawn-pipe tests: Fix link error.
authorBruno Haible <bruno@clisp.org>
Fri, 17 Jun 2011 16:08:21 +0000 (18:08 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 17 Jun 2011 16:08:21 +0000 (18:08 +0200)
* tests/test-spawn-pipe-child.c: Undefine fprintf.
Reported by Tom G. Christensen <tgc@jupiterrise.com>.

ChangeLog
tests/test-spawn-pipe-child.c

index e877761..5d91bba 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2011-06-17  Bruno Haible  <bruno@clisp.org>
 
+       spawn-pipe tests: Fix link error.
+       * tests/test-spawn-pipe-child.c: Undefine fprintf.
+       Reported by Tom G. Christensen <tgc@jupiterrise.com>.
+
+2011-06-17  Bruno Haible  <bruno@clisp.org>
+
        Tests: Remove unnecessary dependency.
        * modules/canonicalize-tests (Depends-on): Remove progname.
        * modules/chown-tests (Depends-on): Likewise.
index 7cef884..9929491 100644 (file)
@@ -46,6 +46,7 @@ static FILE *myerr;
 #undef fcntl
 #undef fdopen
 #undef fflush
+#undef fprintf
 #undef read
 #undef write