diff options
Diffstat (limited to 'sysdeps/x86_64/Versions')
-rw-r--r-- | sysdeps/x86_64/Versions | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sysdeps/x86_64/Versions b/sysdeps/x86_64/Versions index a437f85e6e..1de589c65b 100644 --- a/sysdeps/x86_64/Versions +++ b/sysdeps/x86_64/Versions @@ -2,6 +2,13 @@ libc { GLIBC_2.14 { memcpy; } +%ifdef __CHKP__ + GLIBC_2.17 { + chkp_memset_nobnd; + chkp_memset_nochk; + chkp_memset_nobnd_nochk; + } +%endif } libm { GLIBC_2.1 { |