This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Ulrich Drepper <drepper@cygnus.com> writes: > > This seems not to be correct. The fileno function of the system must > not be used. Try replacing the fileno() call in stdiostream.cc with a > call to _IO_fileno() instead. I'm sure you're correct; however fileno *is* used in stdiostream.cc, and has always been used, and I wanted to leave well enough alone not knowing the internals of libio. Regards, Mumit
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |