From: Rich Felker Date: Sat, 8 Sep 2012 04:41:11 +0000 (-0400) Subject: move fallocate syscall wrapper to linux-specific syscalls dir X-Git-Tag: v0.9.5~40 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b72db3d1ed561d31d059acc7e9a5aacb8c5ee9ac;p=musl move fallocate syscall wrapper to linux-specific syscalls dir --- diff --git a/src/fcntl/fallocate.c b/src/linux/fallocate.c similarity index 100% rename from src/fcntl/fallocate.c rename to src/linux/fallocate.c