diff options
Diffstat (limited to 'sysdeps/wordsize-32')
-rw-r--r-- | sysdeps/wordsize-32/Versions | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sysdeps/wordsize-32/Versions b/sysdeps/wordsize-32/Versions new file mode 100644 index 0000000000..e950290065 --- /dev/null +++ b/sysdeps/wordsize-32/Versions @@ -0,0 +1,7 @@ +libc { + GLIBC_2.3 { + # These were erroneously omitted for 64-bit platforms in 2.3 + # and so we don't put them in locale/Versions. + strtoll_l; strtoull_l; + } +} |