diff options
author | Joseph Myers <joseph@codesourcery.com> | 2017-11-24 18:38:45 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2017-11-24 18:38:45 +0000 |
commit | 9d4b01173c5f605d7edb26d3210d04efaa1bb032 (patch) | |
tree | 97c6f92d71f6cda451615479ae4c90e13e86b639 /stdlib/Versions | |
parent | Linux: Introduce <bits/mman-shared.h> (diff) | |
download | glibc-9d4b01173c5f605d7edb26d3210d04efaa1bb032.tar.gz glibc-9d4b01173c5f605d7edb26d3210d04efaa1bb032.tar.bz2 glibc-9d4b01173c5f605d7edb26d3210d04efaa1bb032.zip |
Move wcstof128 symbol versions to wcsmbs/Versions.
This patch moves wcstof128 and wcstof128_l Versions file entries from
stdlib/Versions to wcsmbs/Versions, which is a more appropriate place
for them.
Tested for x86_64, and with build-many-glibcs.py that installed
stripped shared libraries are unchanged by the patch.
* stdlib/Versions (libc): Move entries for wcstof128 and
wcstof128_l to ....
* wcsmbs/Versions (libc): ... here.
Include <float128-abi.h>.
Diffstat (limited to 'stdlib/Versions')
-rw-r--r-- | stdlib/Versions | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/stdlib/Versions b/stdlib/Versions index 9d96de525a..bf2172f926 100644 --- a/stdlib/Versions +++ b/stdlib/Versions @@ -127,8 +127,6 @@ libc { strfromf128; strtof128; strtof128_l; - wcstof128; - wcstof128_l; } %endif GLIBC_PRIVATE { |