debloat src/thread tree but putting lots of junk in one file
[oweals/musl.git] / src / linux / sync_file_range.c
index 739e602a3a7612b8dd99edc56c302642f4203f1d..6859abc05dabde2825af4a392b2b0e0d255f2a4e 100644 (file)
@@ -1,5 +1,6 @@
 #define _GNU_SOURCE
 #include <fcntl.h>
+#include <errno.h>
 #include "syscall.h"
 
 int sync_file_range(int fd, off_t pos, off_t len, unsigned flags)