diff options
author | Andreas Jaeger <aj@suse.de> | 2012-04-06 18:10:13 +0200 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2012-04-06 18:11:05 +0200 |
commit | e9142a17e1deb881638e60f14054a69075587c75 (patch) | |
tree | 95e9184d69ef46a253b3c4c6165752c3085b02bc | |
parent | dcd2ae90d5d5c9f9360def390f8ff413ee3dba57 (diff) | |
download | glibc-e9142a17e1deb881638e60f14054a69075587c75.tar.gz glibc-e9142a17e1deb881638e60f14054a69075587c75.tar.xz glibc-e9142a17e1deb881638e60f14054a69075587c75.zip |
Add __poll and __ppoll to libc.abilist
The functions were introduced in January but abilist was not updated.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | abilist/libc.abilist | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index be9cda59f4..85497f2c99 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 dba2fc9364..d917e4a98b 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 |