Skip to content
Snippets Groups Projects
Commit 7f000dc9 authored by emarsden's avatar emarsden
Browse files

Add large-file support to the Unix interface, when running above glibc. This

is necessary to support access to files that are larger than 2GB. It is
implemented by calling 64-bit variants of certain library functions, such as
open64 instead of open. Certain library functions such as lseek are called
with a 64-bit offset, instead of a 32-bit offset.
parent 3776c003
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment