From 7aea581f68d753ba6ee0c918cd5133efea76d294 Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 19 Mar 2020 18:35:07 -0400 Subject: [PATCH] review: remove linux/fanotify.h from test_linux headers --- libc-test/build.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/libc-test/build.rs b/libc-test/build.rs index a1633c8b37a71..a1b7ad7f7270c 100644 --- a/libc-test/build.rs +++ b/libc-test/build.rs @@ -2228,7 +2228,6 @@ fn test_linux(target: &str) { "linux/dccp.h", "linux/errqueue.h", "linux/falloc.h", - "linux/fanotify.h", "linux/fs.h", "linux/futex.h", "linux/genetlink.h",