Skip to content

Fix compliation for musl or older glibc system

Christian Kellner requested to merge gcc5 into master
  • Properly include stdlib.h whenever EXIT_{FAILURE|SUCCESS} or exit(3) is used
  • Fallback implementation via syscall(2) if copy_file_range(2) is not available
  • Fix compilation and tests when using the musl C standard library
  • Add Alpine as CI target

Closes #126 (closed)

Edited by Christian Kellner

Merge request reports