This is the mail archive of the libc-alpha@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]

Re: [RFC][BZ #14627] Make linux close errno to EINPROGRESS when interrupted in signal.


On Thu, Dec 05, 2013 at 08:29:25PM -0500, David Miller wrote:
> From: Rich Felker <dalias@aerifal.cx>
> Date: Thu, 5 Dec 2013 19:53:37 -0500
> 
> > I doubt anything else checks.
> 
> Emacs checked back ~13 years ago, and any error made it abort and dump
> core.
> 
> Now, wrt. the precedence tape drives, it would be interesting if
> someone went and checked what things like cpio and tar do. :-)

They shouldn't ever see EINTR because they have no reason to set up an
interrupting signal handler (or even any signal handlers at all).

Rich


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