restinio icon indicating copy to clipboard operation
restinio copied to clipboard

sendfile_posix: only use *64 APIs when _LARGEFILE64_SOURCE is defined

Open aberaud opened this issue 1 year ago • 1 comments

64 APIS are considered deprecated and should not be used unless _LARGEFILE64_SOURCE is explicitly defined.

aberaud avatar Mar 17 '24 16:03 aberaud

Hi!

64 APIS are considered deprecated

Could you please provide a reference to a document that declares the Large-File Summit (LFS) specification for POSIX deprecated?

eao197 avatar Mar 18 '24 05:03 eao197