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-985-g6627421


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  662742187c77452c38cddababa92285cb62dbc28 (commit)
      from  61f65140eb0fe350ef59aca95b89d784e30f24af (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=662742187c77452c38cddababa92285cb62dbc28

commit 662742187c77452c38cddababa92285cb62dbc28
Author: Andreas Jaeger <jaegerandi@gmail.com>
Date:   Mon May 21 21:02:33 2012 +0200

    Fix last change
    
    Include shlib-compat.h for SHLIB_COMPAT.

diff --git a/ChangeLog b/ChangeLog
index 8ebc3c4..3a3be31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-05-21  Andreas Jaeger  <aj@suse.de>
+
+	* malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
+
 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
 
 	* sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
diff --git a/malloc/malloc.c b/malloc/malloc.c
index c216d26..7115287 100644
--- a/malloc/malloc.c
+++ b/malloc/malloc.c
@@ -228,6 +228,8 @@
 #include <stdio.h>    /* needed for malloc_stats */
 #include <errno.h>
 
+#include <shlib-compat.h>
+
 /* For uintptr_t.  */
 #include <stdint.h>
 

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

Summary of changes:
 ChangeLog       |    4 ++++
 malloc/malloc.c |    2 ++
 2 files changed, 6 insertions(+), 0 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]