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] |
| Other format: | [Raw text] | |
Zack Weinberg wrote: > That is logical, but I don't think it conforms with what the code > does. Specifically, if close calls write and write returns an error, > I think close returns successfully anyway. Now, that might itself be a > bug, or I might've gotten confused with the maze of template functions > all calling each other. Well, when I tried replacing the call to close with a direct call to write (see the attached file), write succeeded when the fifo was opened with (ios_base::in | ios_base::out), but failed with "Broken Pipe" when the fifo was opened with ios_base::out only. Petur
Attachment:
9964.cc
Description: 9964.cc
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |