diff options
Diffstat (limited to 'sysdeps/wordsize-64/Versions')
-rw-r--r-- | sysdeps/wordsize-64/Versions | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sysdeps/wordsize-64/Versions b/sysdeps/wordsize-64/Versions new file mode 100644 index 0000000000..0d13186ace --- /dev/null +++ b/sysdeps/wordsize-64/Versions @@ -0,0 +1,6 @@ +libc { + GLIBC_2.3.3 { + # These were erroneously omitted for 64-bit platforms in 2.3. + strtoll_l; strtoull_l; + } +} |