diff options
author | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2013-12-09 17:44:10 -0600 |
---|---|---|
committer | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2013-12-09 17:51:02 -0600 |
commit | aeb95445d128323cdaf9556b9a75c6c9b5a7b980 (patch) | |
tree | 139f5ab4a04628b5734614ad73da5f69bea06c3c /Versions.def | |
parent | eca60f6ed313a0b693784580829d0b20770e9fe4 (diff) | |
download | glibc-aeb95445d128323cdaf9556b9a75c6c9b5a7b980.tar.gz glibc-aeb95445d128323cdaf9556b9a75c6c9b5a7b980.tar.xz glibc-aeb95445d128323cdaf9556b9a75c6c9b5a7b980.zip |
Add GLIBC_2.3 and GLIBC_2.19 in Versions.def
This patch adds GLIBC_2.3 and GLIBC_2.19 mark on Version.def so they are always define in abi-versions.h. This fixes a build issue with fe_nomask.c in PPC64 LE where neither GLIBC_2_3 or GLIBC_2_19 are defined for SHLIB_COMPAT, resulting in a wrong evaluation in the macro.
Diffstat (limited to 'Versions.def')
-rw-r--r-- | Versions.def | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Versions.def b/Versions.def index bca4ff44e0..d834b10479 100644 --- a/Versions.def +++ b/Versions.def @@ -56,10 +56,12 @@ libm { GLIBC_2.1 GLIBC_2.2 GLIBC_2.2.3 + GLIBC_2.3 GLIBC_2.3.4 GLIBC_2.4 GLIBC_2.15 GLIBC_2.18 + GLIBC_2.19 } libnsl { GLIBC_2.0 |