diff options
Diffstat (limited to 'malloc/Versions')
-rw-r--r-- | malloc/Versions | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/malloc/Versions b/malloc/Versions index 1a4454f22e..43207549a6 100644 --- a/malloc/Versions +++ b/malloc/Versions @@ -48,4 +48,8 @@ libc { # Special functions. __libc_freeres; } + GLIBC_2.2 { + # m* + mcheck_pedantic; + } } |