misc/tst-ttyname time outs

Siddhesh Poyarekar siddhesh@gotplt.org
Thu Jan 3 15:25:00 GMT 2019


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



More information about the Libc-alpha mailing list