From e47d82c99a6db060419b421768aced76bea92997 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 8 Feb 2019 16:51:17 +0100 Subject: Provide as a sysdeps header exclusively Non-sysdeps headers cannot be overriden by sysdeps headers across the entire build, so it is necessary to turn such extension headers into sysdeps headers themselves. The approach here follows the existing header (although it uses sysdeps/gnu instead of sysdeps/generic). Fixes commit 1d0fc213824eaa2a8f8c4385daaa698ee8fb7c92 ("Linux: Add gettid system call wrapper [BZ #6399]") and commit 8f89ab216f205c2ffd90d1fc8454efdfc0b01dee ("posix: Fix missing wrapper header for "). --- include/bits/unistd_ext.h | 1 - 1 file changed, 1 deletion(-) delete mode 100644 include/bits/unistd_ext.h (limited to 'include') diff --git a/include/bits/unistd_ext.h b/include/bits/unistd_ext.h deleted file mode 100644 index 24e8d09ba8..0000000000 --- a/include/bits/unistd_ext.h +++ /dev/null @@ -1 +0,0 @@ -#include -- cgit 1.4.1