bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fix weird _SC_OPEN_MAX usage


From: Paul Eggert
Subject: Re: Fix weird _SC_OPEN_MAX usage
Date: Thu, 07 Aug 2014 09:59:04 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0

Jonas 'Sortie' Termansen wrote:
This is non-portable to new systems that doesn't have the non-standard
getdtablesize() function, but implements the standard sysconf value.

That shouldn't be a problem, since the modules in question all depend on the getdtablesize module, which should supply the getdtablesize function on platforms that lack it. I expect the code is written in that strange way to minimize differences from glibc's implementation.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]