This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/23960] [2.28 Regression]: New getdents{64} implementation breaks qemu-user


https://sourceware.org/bugzilla/show_bug.cgi?id=23960

--- Comment #23 from joseph at codesourcery dot com <joseph at codesourcery dot com> ---
On existing 32-bit architectures, we're saying _TIME_BITS=64 will only be 
allowed with _FILE_OFFSET_BITS=64, to avoid needing an ABI variant (and 
thus struct stat variant) with 32-bit offsets but 64-bit times.  It would 
seem reasonable enough to say that any new 32-bit architectures that 
choose to have only 64-bit time from the start (like 32-bit RISC-V) should 
also have only 64-bit file offsets etc. from the start as well (like x32).

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]