diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2011-04-01 19:38:21 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-04-01 19:38:21 -0400 |
commit | 0354e355014b7bfda32622e0255399d859862fcd (patch) | |
tree | d2f823c407add9a82d7b6b3c055b78a9811914cb /sysdeps/x86_64/Versions | |
parent | 8593482f5ec33daa90fca63db380edc8283c39df (diff) | |
download | glibc-0354e355014b7bfda32622e0255399d859862fcd.tar.gz |
Work around old buggy program which cannot cope with memcpy semantics.
Diffstat (limited to 'sysdeps/x86_64/Versions')
-rw-r--r-- | sysdeps/x86_64/Versions | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/x86_64/Versions b/sysdeps/x86_64/Versions index 253a65f04e..a437f85e6e 100644 --- a/sysdeps/x86_64/Versions +++ b/sysdeps/x86_64/Versions @@ -1,3 +1,8 @@ +libc { + GLIBC_2.14 { + memcpy; + } +} libm { GLIBC_2.1 { # A generic bug got this omitted from other configurations' version |