diff options
Diffstat (limited to 'REORG.TODO/sysdeps/x86_64/Versions')
-rw-r--r-- | REORG.TODO/sysdeps/x86_64/Versions | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/REORG.TODO/sysdeps/x86_64/Versions b/REORG.TODO/sysdeps/x86_64/Versions new file mode 100644 index 0000000000..a437f85e6e --- /dev/null +++ b/REORG.TODO/sysdeps/x86_64/Versions @@ -0,0 +1,12 @@ +libc { + GLIBC_2.14 { + memcpy; + } +} +libm { + GLIBC_2.1 { + # A generic bug got this omitted from other configurations' version + # sets, but we always had it. + exp2l; + } +} |