Stiffstream / restinio

Cross-platform, efficient, customizable, and robust asynchronous HTTP(S)/WebSocket server C++ library with the right balance between performance and ease of use
Other
1.13k stars 93 forks source link

sendfile_posix: only use *64 APIs when _LARGEFILE64_SOURCE is defined #213

Open aberaud opened 3 months ago

aberaud commented 3 months ago

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

eao197 commented 3 months ago

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?