changeset 15280:3642fa396eeb

spawn-pipe tests: Fix link error. * tests/test-spawn-pipe-child.c: Undefine fprintf. Reported by Tom G. Christensen <tgc@jupiterrise.com>.
author Bruno Haible <bruno@clisp.org>
date Fri, 17 Jun 2011 18:08:21 +0200
parents 6c82b0eed023
children 7be11eb972c2
files ChangeLog tests/test-spawn-pipe-child.c
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- a/tests/test-spawn-pipe-child.c
+++ b/tests/test-spawn-pipe-child.c
@@ -46,6 +46,7 @@
 #undef fcntl
 #undef fdopen
 #undef fflush
+#undef fprintf
 #undef read
 #undef write