On 7/2/25 12:23, Ján Tomko wrote:
> On a Thursday in 2025, Michal Privoznik via Devel wrote:
>> From: Michal Privoznik
>>
>> In some cases (well, majority), open() is either rewritten to
>> open64(), either by plain '#define open open64') or at assembly
>> level (using __REDIRECT macro). See for
On a Thursday in 2025, Michal Privoznik via Devel wrote:
From: Michal Privoznik
In some cases (well, majority), open() is either rewritten to
open64(), either by plain '#define open open64') or at assembly
level (using __REDIRECT macro). See for more info.
This didn't really matter to us, bec
From: Michal Privoznik
In some cases (well, majority), open() is either rewritten to
open64(), either by plain '#define open open64') or at assembly
level (using __REDIRECT macro). See for more info.
This didn't really matter to us, because we do not chain load two
mocks that would need to reim