This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.24-413-gb5e3535


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  b5e35350aa715e1d06b670764564ddaaef26d747 (commit)
      from  b964e06640f62cf523e3808b68029d398692204a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=b5e35350aa715e1d06b670764564ddaaef26d747

commit b5e35350aa715e1d06b670764564ddaaef26d747
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Mon Nov 28 13:55:31 2016 +0000

    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>.

diff --git a/ChangeLog b/ChangeLog
index 4a7395c..7b54d4d 100644
--- 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.
diff --git a/sysdeps/unix/sysv/linux/nios2/sys/cachectl.h b/sysdeps/unix/sysv/linux/nios2/sys/cachectl.h
index 717e6ae..d4e6b2e 100644
--- a/sysdeps/unix/sysv/linux/nios2/sys/cachectl.h
+++ b/sysdeps/unix/sysv/linux/nios2/sys/cachectl.h
@@ -21,9 +21,6 @@
 
 #include <features.h>
 
-/* Get the kernel definition for the op bits.  */
-#include <asm/cachectl.h>
-
 __BEGIN_DECLS
 
 #ifdef __USE_MISC

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                                    |    5 +++++
 sysdeps/unix/sysv/linux/nios2/sys/cachectl.h |    3 ---
 2 files changed, 5 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]