On Tue, Nov 01, 2022 at 07:44:05PM +0100, Johannes Schauer Marin Rodrigues 
wrote:
> the normal user "user" which suggests to me that the function is not
> wrapped by fakeroot even though it should. Other functions that might be
> interesting from glibc 2.34 and might need wrapping are
> __fstatat64_time64 and __lstat64_time64.

If we only need to wrap the form with _time64 and not the one without, it
should be easy to add that to the WRAPPED for loop in configure.ac .

If both need to be wrapped because some programs can be compiled to use
the form without _time64, then those new functions need to be added to the
SEARCH for loop, or somewhere else entirely.

Reply via email to