This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc 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]

[Bug stdio/21004] fread/fwrite does not handle EINTR correctly


https://sourceware.org/bugzilla/show_bug.cgi?id=21004

--- Comment #8 from Bernd Edlinger <bernd.edlinger at hotmail dot de> ---
One other thing that mitigates the effect of EINTR handling in stdio is
that at least linux does never return EINTR on disk files and even
NFS files mounted without the intr option.

So additionally to having signals without SA_RESTART it needs
a blocking I/O on a character device.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]