[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/2] linux-user: Replace use of lfs64 related functions and m
|
From: |
Helge Deller |
|
Subject: |
Re: [PATCH 2/2] linux-user: Replace use of lfs64 related functions and macros |
|
Date: |
Wed, 18 Oct 2023 08:06:54 +0200 |
|
User-agent: |
Mozilla Thunderbird |
On 10/15/23 13:39, Sam James wrote:
Did anything happen with this, or did it get stuck?
We just had another user hit it in Gentoo at
https://bugs.gentoo.org/915809.
It looks like openembedded (obviously given the author) and Alpine have
been using this for nearly a year.
I might be wrong, but it seems this will probably break various 32-bit
linux-user emulations, e.g. the whole TARGET_ABI_BITS == 32 block is dropped:
-#if TARGET_ABI_BITS == 32
- case TARGET_F_GETLK64:
- ret = F_GETLK64;
- break;
....
Where is TARGET_F_GETLK64 handled?
Helge