Re: Is there a payoff for using Large File API?
"Alona" <allab@xxxxxxxxxxxx> wrote:
Is there a payoff for using Large File API? Why, for example, wouldn't
one use xxx64() functions in all cases rather than considering either
to use 32-bit or 64-bit API.
Binary compatibility. For example, 32-bit libraries
that use the large file API are not binary compatible
with 32-bit libraries that use the old 32-bit API.
Thomas
.
Relevant Pages
- Re: How to develop a random number generation device
... Binary compatibility for the user-level API is extremely important for Linux, and the API is very stable - new API's and system calls are added, but existing ones are seldom changed or removed, and never without very good reason. ... But more generally, the situation is fairly similar with these sorts of libraries - they get extended, but there are not often major incompatible changes. ... (sci.electronics.design) - Re: How to develop a random number generation device
... Binary compatibility for the user-level API is extremely important for ... and the API is very stable - new API's and system calls are ... That's only really true for "core" libraries, ... a five year old binary will run on a five year old OS distribution. ... (sci.electronics.design) - anyone? algos for calculating good contact info for solids
... physics engine for a 3d engine project of mine (some things have not been ... it uses a somewhat opengl-influenced api. ... begin/end pairs, properties, vertices, and normals is used. ... an odity of mine to try to seperate these from "utility" libraries. ... (comp.graphics.algorithms) - Re: Library functions vs System calls
... portable api to the set of system functions you are interested in"). ... the libraries provide the platform to the application. ... It's none of ones business. ... not to the support for the API. ... (comp.os.linux.development.apps) - Re: Library functions vs System calls
... portable api to the set of system functions you are interested in"). ... the libraries provide the platform to the application. ... It's none of ones business. ... not to the support for the API. ... (comp.os.linux.development.system) |
|