diff options
author | Carlos O'Donell <carlos@systemhalted.org> | 2014-07-02 03:11:53 -0400 |
---|---|---|
committer | Carlos O'Donell <carlos@systemhalted.org> | 2014-07-02 03:18:26 -0400 |
commit | d34570a6b8167849a7f5dbfc67cdaf323d3263dd (patch) | |
tree | ac0418a51f2276b4fe51d5c112c498421b44b554 | |
parent | ccf431ffe19efdd608f641ab68e47063691a65c3 (diff) | |
download | glibc-d34570a6b8167849a7f5dbfc67cdaf323d3263dd.zip glibc-d34570a6b8167849a7f5dbfc67cdaf323d3263dd.tar.gz glibc-d34570a6b8167849a7f5dbfc67cdaf323d3263dd.tar.bz2 |
hppa: Remove GLIBC_2.3 from librt.abilist.
This commit removes the aio_cancel and aio_cancel64 symbols at
GLIBC_2.3 from the ABI baseline. The ABI baseline is now complete
for hppa and considered stable.
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/hppa/librt.abilist | 4 |
2 files changed, 3 insertions, 4 deletions
@@ -1,5 +1,8 @@ 2014-07-01 Carlos O'Donell <carlos@redhat.com> + * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3 + entries. + * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3 entry for aio_cancel and aio_cancel64. * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file. diff --git a/sysdeps/unix/sysv/linux/hppa/librt.abilist b/sysdeps/unix/sysv/linux/hppa/librt.abilist index b2a5f2d..af7df27 100644 --- a/sysdeps/unix/sysv/linux/hppa/librt.abilist +++ b/sysdeps/unix/sysv/linux/hppa/librt.abilist @@ -31,10 +31,6 @@ GLIBC_2.2 timer_getoverrun F timer_gettime F timer_settime F -GLIBC_2.3 - GLIBC_2.3 A - aio_cancel F - aio_cancel64 F GLIBC_2.3.4 GLIBC_2.3.4 A mq_close F |