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: [RFC] Make _FILE_OFFSET_BITS=64 default.


On 03/13/2014 11:26 PM, Roland McGrath wrote:
It can be an ABI change to other people's sources as if they used
off_t, now they have a different type.

Yes, that is part of what an API change means: recompiling might produce a
different ABI.  That is one of the reasons why API changes require careful
consideration.  When we talk about an ABI change on this list, we are
talking about the ABIs of libraries our package installs.

Ah, then we're used to a different terminology.

In any case, I don't think it's prudent to make the change, unfortunately.

--
Florian Weimer / Red Hat Product Security Team


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