mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-23 15:01:03 +03:00
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 <asm/cachectl.h>.
This commit is contained in:
@ -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.
|
||||
|
@ -21,9 +21,6 @@
|
||||
|
||||
#include <features.h>
|
||||
|
||||
/* Get the kernel definition for the op bits. */
|
||||
#include <asm/cachectl.h>
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
#ifdef __USE_MISC
|
||||
|
Reference in New Issue
Block a user