From: Joseph Myers Date: Mon, 28 Nov 2016 13:55:31 +0000 (+0000) Subject: Do not include asm/cachectl.h in nios2 sys/cachectl.h. X-Git-Tag: glibc-2.25~265 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5e35350aa715e1d06b670764564ddaaef26d747;p=thirdparty%2Fglibc.git Do not include asm/cachectl.h in nios2 sys/cachectl.h. 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 . --- diff --git a/ChangeLog b/ChangeLog index 4a7395cfa1e..7b54d4d249e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2016-11-28 Joseph Myers + + * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: Do not include + . + 2016-11-27 Zack Weinberg * libio/libio.h: Use __USE_GNU, not _GNU_SOURCE, in a conditional. diff --git a/sysdeps/unix/sysv/linux/nios2/sys/cachectl.h b/sysdeps/unix/sysv/linux/nios2/sys/cachectl.h index 717e6ae8435..d4e6b2ebfa1 100644 --- a/sysdeps/unix/sysv/linux/nios2/sys/cachectl.h +++ b/sysdeps/unix/sysv/linux/nios2/sys/cachectl.h @@ -21,9 +21,6 @@ #include -/* Get the kernel definition for the op bits. */ -#include - __BEGIN_DECLS #ifdef __USE_MISC