Future branch status

Rich Felker dalias at aerifal.cx
Tue Apr 24 21:44:44 UTC 2012


On Tue, Apr 24, 2012 at 11:38:37PM +0200, Peter Mazinger wrote:
> Hi,
> 
> generally seen, the __NR_X64 syscalls do not exist on 64bit archs
> (like __NR_fcntl64), on these (64bit) archs, the name used is __NR_X
> (__NR_fcntl). So, if we want to provide the same interface on 32 and
> 64 bit archs, we need to provide the "versionsort / 32bit and
> versionsort64", as examples on all archs independently of 32/64 bit.
> On 64 bit archs versionsort = versionsort64.
> 
> Personally, the *LFS* config option should be removed and LFS
> enabled all over the place (applies to any "old_time" stuff as
> well).

I am strongly in favor of this too.

Rich


More information about the uClibc mailing list