changeset 15278:9b866554a576

spawn-pipe tests: Fix link error. * tests/test-spawn-pipe-child.c: Undefine fflush.
author Bruno Haible <bruno@clisp.org>
date Fri, 17 Jun 2011 13:44:41 +0200
parents 950cb86b9e65
children 6c82b0eed023
files ChangeLog tests/test-spawn-pipe-child.c
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-06-17  Bruno Haible  <bruno@clisp.org>
+
+	spawn-pipe tests: Fix link error.
+	* tests/test-spawn-pipe-child.c: Undefine fflush.
+
 2011-06-17  Bruno Haible  <bruno@clisp.org>
 
 	Fix tests link errors.
--- a/tests/test-spawn-pipe-child.c
+++ b/tests/test-spawn-pipe-child.c
@@ -45,6 +45,7 @@
 #undef close
 #undef fcntl
 #undef fdopen
+#undef fflush
 #undef read
 #undef write