Skip to content

Commit 75e3696

Browse files
committed
Include linux/falloc.h directly
glibc support is behind, as indicated by https://github.com/karelzak/util-linux/blob/master/sys-utils/fallocate.c
1 parent 071a69b commit 75e3696

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libc-test/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ fn main() {
184184
cfg.header("sys/fsuid.h");
185185
cfg.header("shadow.h");
186186
cfg.header("linux/input.h");
187+
cfg.header("linux/falloc.h");
187188
if x86_64 {
188189
cfg.header("sys/io.h");
189190
}

0 commit comments

Comments
 (0)