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 libc/14627] close() should set errno to EINPROGRESS when interrupted by a signal


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

--- Comment #2 from Rich Felker <bugdal at aerifal dot cx> ---
I tend to agree. EINPROGRESS is not useful to report, since the operation
already succeeded, and it's potentially going to be misinterpreted, so I think
returning success is preferable.

-- 
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]