spawn-pipe tests: Fix link error.
authorBruno Haible <bruno@clisp.org>
Fri, 17 Jun 2011 11:44:41 +0000 (13:44 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 17 Jun 2011 11:44:41 +0000 (13:44 +0200)
* tests/test-spawn-pipe-child.c: Undefine fflush.

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

index 5a3cbe55ea7d2e7a6c31453e7009abff5505e21b..681200f773e0d77c2503fbd4069c77d1ff160cea 100644 (file)
--- 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.
index 0bc8b07c5e755f1f75611e7adfec9b324fa2e07f..7cef8846fbd42139b8e9a085eb41ee98b05cce7b 100644 (file)
@@ -45,6 +45,7 @@ static FILE *myerr;
 #undef close
 #undef fcntl
 #undef fdopen
+#undef fflush
 #undef read
 #undef write