Skip to content

Commit af779ea

Browse files
committed
Don't #include <linux/fs.h>; libc's API is described by <sys/mount.h>.
1 parent e40b059 commit af779ea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libc-test/build.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ fn main() {
142142
if !musl {
143143
cfg.header("linux/netlink.h");
144144
cfg.header("linux/magic.h");
145-
cfg.header("linux/fs.h");
146145

147146
if !mips {
148147
cfg.header("linux/quota.h");

0 commit comments

Comments
 (0)