[Bug libc/5998] fwrite returns -1 and errno EINTR instead of a short write when sigaction without SA_RESTART is used
drepper at redhat dot com
sourceware-bugzilla@sourceware.org
Sun Mar 30 04:33:00 GMT 2008
------- Additional Comments From drepper at redhat dot com 2008-03-30 04:32 -------
EINTR errors are the expected behaviour. Code which wants to restart can do so.
Code which needs to be interrupted would not work at all anymore if EINTRs
would be eaten.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
http://sourceware.org/bugzilla/show_bug.cgi?id=5998
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the Glibc-bugs
mailing list