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 e877761853a8e9a5367b33fe4706540fa0c938d8..5d91bba9a560b07ffcd02bd9a79f55315ce003d0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
index 7cef8846fbd42139b8e9a085eb41ee98b05cce7b..99294914e563859d0cd0ca423fef54e56b7ea238 100644 (file)
@@ -46,6 +46,7 @@ static FILE *myerr;
 #undef fcntl
 #undef fdopen
 #undef fflush
+#undef fprintf
 #undef read
 #undef write