From e9142a17e1deb881638e60f14054a69075587c75 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 6 Apr 2012 18:10:13 +0200 Subject: [PATCH] Add __poll and __ppoll to libc.abilist The functions were introduced in January but abilist was not updated. --- ChangeLog | 4 ++++ abilist/libc.abilist | 2 ++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index be9cda59f4..85497f2c99 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-04-06 Andreas Jaeger + + * abilist/libc.abilist: Add __poll and __ppoll. + 2012-04-05 David S. Miller * 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 -- 2.43.5