diff options
author | Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com> | 2012-10-31 17:02:13 -0500 |
---|---|---|
committer | Ryan S. Arnold <rsa@linux.vnet.ibm.com> | 2012-10-31 17:03:55 -0500 |
commit | 90aff2ff13e99663d5adf3d1efb4f773ec74df85 (patch) | |
tree | ac1a699f53c0a37703ec44d2b5663ae408099def /sysdeps | |
parent | 1818fcb781d064fc89cb6ccced590f21f5774b27 (diff) | |
download | glibc-90aff2ff13e99663d5adf3d1efb4f773ec74df85.tar.gz glibc-90aff2ff13e99663d5adf3d1efb4f773ec74df85.tar.xz glibc-90aff2ff13e99663d5adf3d1efb4f773ec74df85.zip |
Correct order of entries in powerpc libc.abilist files.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist b/sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist index a3cd89540d..9bbcc39d7c 100644 --- a/sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist @@ -1779,8 +1779,8 @@ GLIBC_2.17 clock_gettime F clock_nanosleep F clock_settime F - secure_getenv F __ppc_get_timebase_freq F + secure_getenv F GLIBC_2.2 GLIBC_2.2 A _IO_adjust_wcolumn F diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist b/sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist index 0a80d0c57d..dbf07820ff 100644 --- a/sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist @@ -85,8 +85,8 @@ GLIBC_2.17 clock_gettime F clock_nanosleep F clock_settime F - secure_getenv F __ppc_get_timebase_freq F + secure_getenv F GLIBC_2.3 GLIBC_2.3 A _Exit F |