Re: stdin seekable failure
Ralf Wildenhues <[email protected]>
| Newsgroups | gmane.comp.gnu.m4.patches,gmane.comp.gnu.m4.bugs |
|---|---|
| Organization | Department of Numerical Simulation, University of Bonn |
| Message-ID | <[email protected]> |
* Eric Blake wrote on Thu, Apr 12, 2007 at 06:24:00PM CEST: > > And used here. Ralf, do you mind checking if this resolved the failure > you saw? With this patch, and CVS sed in $PATH, test 68 passes instead of skips. Good work! Cheers, Ralf > 2007-04-12 Eric Blake <[email protected]> > > Work around 'stdin seekable' shortcoming on glibc. > * ltdl/m4/gnulib-cache.m4: Use closein instead of closeout. > * tests/others.at (stdin closed): Adjust to new output. > * src/main.c (process_file): No need to return anything. > (main): Use close_stdin instead of close_stdout. > Reported by Ralf Wildenhues.