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

__vic <d.v.a at ngs dot ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |d.v.a at ngs dot ru

--- Comment #3 from __vic <d.v.a at ngs dot ru> ---
Second this! Why return EINTR if file is already closed? It is a success, not
an error. The postcondition is satisfied. EINTR must be returned only if you
want user repeated the call again.

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