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.15-896-g02a9193


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  02a9193863a929b06ccebe394dcf5a30103eb1d3 (commit)
      from  6540185fb9f869958f3b2822224c06292c7b7c07 (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://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=02a9193863a929b06ccebe394dcf5a30103eb1d3

commit 02a9193863a929b06ccebe394dcf5a30103eb1d3
Author: Chris Metcalf <cmetcalf@tilera.com>
Date:   Tue May 15 15:02:58 2012 -0400

    Remove duplicate #include <not-cancel.h> in Linux getsysstats.c

diff --git a/ChangeLog b/ChangeLog
index 2deaec7..2812f8e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
+
+	* sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
+	include of <not-cancel.h>.
+
 2012-05-15  Roland McGrath  <roland@hack.frob.com>
 
 	* nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
diff --git a/sysdeps/unix/sysv/linux/getsysstats.c b/sysdeps/unix/sysv/linux/getsysstats.c
index 09603c0..22285f3 100644
--- a/sysdeps/unix/sysv/linux/getsysstats.c
+++ b/sysdeps/unix/sysv/linux/getsysstats.c
@@ -49,8 +49,6 @@
    But not all systems have support for the /proc filesystem.  If it
    is not available we simply return 1 since there is no way.  */
 
-#include <not-cancel.h>
-
 
 /* Other architectures use different formats for /proc/cpuinfo.  This
    provides a hook for alternative parsers.  */

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

Summary of changes:
 ChangeLog                             |    5 +++++
 sysdeps/unix/sysv/linux/getsysstats.c |    2 --
 2 files changed, 5 insertions(+), 2 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]