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-558-ge9142a1


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  e9142a17e1deb881638e60f14054a69075587c75 (commit)
      from  dcd2ae90d5d5c9f9360def390f8ff413ee3dba57 (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=e9142a17e1deb881638e60f14054a69075587c75

commit e9142a17e1deb881638e60f14054a69075587c75
Author: Andreas Jaeger <aj@suse.de>
Date:   Fri Apr 6 18:10:13 2012 +0200

    Add __poll and __ppoll to libc.abilist
    
    The functions were introduced in January but abilist was not updated.

diff --git a/ChangeLog b/ChangeLog
index be9cda5..85497f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-06  Andreas Jaeger  <aj@suse.de>
+
+	* abilist/libc.abilist: Add __poll and __ppoll.
+
 2012-04-05  David S. Miller  <davem@davemloft.net>
 
 	* scripts/check-local-headers.sh: Accept a host triplet in the
diff --git a/abilist/libc.abilist b/abilist/libc.abilist
index dba2fc9..d917e4a 100644
--- a/abilist/libc.abilist
+++ b/abilist/libc.abilist
@@ -2493,6 +2493,8 @@ GLIBC_2.15 i.86-.*-linux.*/thread powerpc-.*-linux.*/thread powerpc64-.*-linux.*
  scandirat64 F
 GLIBC_2.16 i.86-.*-linux.*/thread powerpc-.*-linux.*/thread powerpc64-.*-linux.*/thread s390-.*-linux.*/thread s390x-.*-linux.*/thread sh[34].*-.*-linux.*/thread x86_64-.*-linux.*/thread
  GLIBC_2.16 A
+ __poll_chk F
+ __ppoll_chk F
  aligned_alloc F
  c16rtomb F
  c32rtomb F

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

Summary of changes:
 ChangeLog            |    4 ++++
 abilist/libc.abilist |    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]