sendfile_posix: only use *64 APIs when _LARGEFILE64_SOURCE is defined#213
sendfile_posix: only use *64 APIs when _LARGEFILE64_SOURCE is defined#213eao197 merged 1 commit intoStiffstream:0.7-dev-pr-213from
Conversation
*64 APIS are considered deprecated and should not be used unless _LARGEFILE64_SOURCE is explicitly defined.
|
Hi!
Could you please provide a reference to a document that declares the Large-File Summit (LFS) specification for POSIX deprecated? |
|
Hi, The API with 64 suffix is called the As documented by glibc for
The modern way to manage large files is to use the standard POSIX API (without 64) with In any case, APIs with 64 at the end must not be used if |
|
Hi, @aberaud ! Thanks you very much for the explanation. We'll take a closer look at it the next week. |
64 APIS are considered deprecated and should not be used unless _LARGEFILE64_SOURCE is explicitly defined.