On 2011-06-06 I wrote: > spawn-pipe tests: Like the child program only against libc.
One link failure is still present: gcc -g -O2 -o test-spawn-pipe-child test-spawn-pipe-child.o test-spawn-pipe-child.o: In function `main': /tmp/testdir/gltests/test-spawn-pipe-child.c:86: undefined reference to `rpl_fflush' collect2: ld returned 1 exit status This fixes it: 2011-06-17 Bruno Haible <br...@clisp.org> spawn-pipe tests: Fix link error. * tests/test-spawn-pipe-child.c: Undefine fflush. --- tests/test-spawn-pipe-child.c.orig Fri Jun 17 13:11:52 2011 +++ tests/test-spawn-pipe-child.c Fri Jun 17 13:10:31 2011 @@ -45,6 +45,7 @@ #undef close #undef fcntl #undef fdopen +#undef fflush #undef read #undef write -- In memoriam The victims of the East German uprising <http://en.wikipedia.org/wiki/Uprising_of_1953_in_East_Germany>