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: misc/tst-ttyname time outs


On 03/01/19 7:27 PM, Florian Weimer wrote:
Thanks, fixed thusly:

-	    if (errno == ENOSPC || errno == EMFILE || errno == ENOSPC)
+	    if (errno == ENOSPC || errno == EMFILE || errno == ENFILE)

Siddhesh, what do you think?  Should we put this into 2.29?

OK for 2.29.

Thanks,
Siddhesh


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