This is the mail archive of the libc-alpha@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]

Re: [PATCH 0/2] Squashing long inodes.


On 03/05/2014 05:32 AM, Denis Obrezkov wrote:
we have some legacy programs which couldn't be recompiled at all

Which are those?  Can you give an example?

and programs which couldn't be recompiled with this flag due to their
nature(mixing 32bit and 64bit things will cause undefined behavior).

That's a problem already. You can't reliably mix code compiled with different settings of FILE_OFFSET_BITS. We already expose both ABIs, and I don't see why the ABI issue would be made worse (or better) if we merely changed the default.


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