summaryrefslogtreecommitdiff
path: root/tests/test-spawn-pipe-child.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-06-17 13:44:41 +0200
committerBruno Haible <bruno@clisp.org>2011-06-17 13:44:41 +0200
commit724a59bc7b581dc942ab6cd83aea27d32dd38eef (patch)
tree6f79a5d61facc568b001e2a906aefff69d4535c2 /tests/test-spawn-pipe-child.c
parentedca61feba2256cd711f71850bbed0e68e98d522 (diff)
downloadgnulib-724a59bc7b581dc942ab6cd83aea27d32dd38eef.tar.gz
spawn-pipe tests: Fix link error.
* tests/test-spawn-pipe-child.c: Undefine fflush.
Diffstat (limited to 'tests/test-spawn-pipe-child.c')
-rw-r--r--tests/test-spawn-pipe-child.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-spawn-pipe-child.c b/tests/test-spawn-pipe-child.c
index 0bc8b07c5e..7cef8846fb 100644
--- a/tests/test-spawn-pipe-child.c
+++ b/tests/test-spawn-pipe-child.c
@@ -45,6 +45,7 @@ static FILE *myerr;
#undef close
#undef fcntl
#undef fdopen
+#undef fflush
#undef read
#undef write