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-581-g632b3db


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  632b3db8e2ba1f454872f7ebe1335966f8161c43 (commit)
      from  ed4060f50ea84c7e238110955253647fc091aee9 (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=632b3db8e2ba1f454872f7ebe1335966f8161c43

commit 632b3db8e2ba1f454872f7ebe1335966f8161c43
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Jul 9 13:27:02 2015 +0000

    libio: Update powerpc64le libc.abilist
    
    This patch adds the missing fmemopen entry for powerpc64le libc abilist
    check file.
    
    	* sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist

diff --git a/ChangeLog b/ChangeLog
index ed509cf..1aeb84b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-07-09  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
+
+	* sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist
+	[GLIBC_2.22]: Add fmemopen.
+
 2015-07-09  Samuel Thibault  <samuel.thibault@ens-lyon.org>
 
 	* sysdeps/mach/hurd/mlock.c (mlock): When __get_privileged_ports
diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist b/sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist
index 20eac4e..c0b3985 100644
--- a/sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist
+++ b/sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist
@@ -2169,3 +2169,6 @@ GLIBC_2.17
 GLIBC_2.18
  GLIBC_2.18 A
  __cxa_thread_atexit_impl F
+GLIBC_2.22
+ GLIBC_2.22 A
+ fmemopen F

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

Summary of changes:
 ChangeLog                                          |    5 +++++
 .../sysv/linux/powerpc/powerpc64/libc-le.abilist   |    3 +++
 2 files changed, 8 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]