kazu-yamamoto / simple-sendfile

Cross platform library for the sendfile system call
BSD 3-Clause "New" or "Revised" License
15 stars 11 forks source link

Fix build on musl 1.2.4 #42

Closed vimproved closed 1 year ago

vimproved commented 1 year ago

Remove references to the deprecated LFS64 compatibility symbols, and replace them with the normal interfaces. All calls are automatically 64 bit on musl, and define _FILE_OFFSET_BITS=64 to make sure calls on glibc are 64 bits.

kazu-yamamoto commented 1 year ago

Merged. Thanks. I will release a new version soon.