]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Do not include asm/cachectl.h in nios2 sys/cachectl.h.
authorJoseph Myers <joseph@codesourcery.com>
Mon, 28 Nov 2016 13:55:31 +0000 (13:55 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Mon, 28 Nov 2016 13:55:31 +0000 (13:55 +0000)
The nios2 sys/cachectl.h includes a kernel header asm/cachectl.h,
which does not exist, so causing the check-installed-headers tests to
fail.  This patch removes the include of a nonexistent header.

Tested (compilation only) for nios2.

* sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: Do not include
<asm/cachectl.h>.

ChangeLog
sysdeps/unix/sysv/linux/nios2/sys/cachectl.h

index 4a7395cfa1e89eef8b237798e0d98768772df4d3..7b54d4d249e576e0811ad8ffb459e4ad7d5c30de 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-11-28  Joseph Myers  <joseph@codesourcery.com>
+
+       * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: Do not include
+       <asm/cachectl.h>.
+
 2016-11-27  Zack Weinberg  <zackw@panix.com>
 
        * libio/libio.h: Use __USE_GNU, not _GNU_SOURCE, in a conditional.
index 717e6ae84358cb97a168ab31c7f7105957ca6fad..d4e6b2ebfa16fc9ef4095d5d39d4947a67322e44 100644 (file)
@@ -21,9 +21,6 @@
 
 #include <features.h>
 
-/* Get the kernel definition for the op bits.  */
-#include <asm/cachectl.h>
-
 __BEGIN_DECLS
 
 #ifdef __USE_MISC