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.21-108-gcda700b


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  cda700b4c8a8a60362f14b79243eaaadbebd09ef (commit)
      from  7b1ec6a05ceac76efca999ebab515afc4caaa5e9 (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=cda700b4c8a8a60362f14b79243eaaadbebd09ef

commit cda700b4c8a8a60362f14b79243eaaadbebd09ef
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Tue Feb 24 00:10:42 2015 -0500

    hppa: fix build failure with RTLD_PRIVATE_ERRNO
    
    Pull in dl-sysdep.h like every other linux sysdep.h header does when it
    wants to use RTLD_PRIVATE_ERRNO.

diff --git a/sysdeps/unix/sysv/linux/hppa/sysdep.h b/sysdeps/unix/sysv/linux/hppa/sysdep.h
index eab1a22..ac47814 100644
--- a/sysdeps/unix/sysv/linux/hppa/sysdep.h
+++ b/sysdeps/unix/sysv/linux/hppa/sysdep.h
@@ -21,6 +21,9 @@
 #include <asm/unistd.h>
 #include <sysdeps/generic/sysdep.h>
 
+/* Defines RTLD_PRIVATE_ERRNO.  */
+#include <dl-sysdep.h>
+
 /* In order to get __set_errno() definition in INLINE_SYSCALL.  */
 #ifndef __ASSEMBLER__
 #include <errno.h>

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

Summary of changes:
 sysdeps/unix/sysv/linux/hppa/sysdep.h |    3 +++
 1 files changed, 3 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]