]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Back-out accidental commit.
authorTom Hughes <tom@compton.nu>
Mon, 18 Oct 2004 17:35:35 +0000 (17:35 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 18 Oct 2004 17:35:35 +0000 (17:35 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2791

coregrind/vg_replace_malloc.c.base

index 5b38b46a245d8d9483d8fa035a9873c64ec935cb..9069984e9d2cd1b91cc6b7e0bb0b87658e1aeffe 100644 (file)
    ret VG_INTERCEPT(soname:libc.so.6, __##name) args \
       __attribute__((alias(VG_INTERCEPT_ALIAS(soname:libc.so.6, ##name)), \
                      visibility("protected"))); \
-   ret VG_INTERCEPT(soname:libstdc++*, __##name##_internal) args \
-      __attribute__((alias(VG_INTERCEPT_ALIAS(soname:libc.so.6, ##name)), \
-                     visibility("protected"))); \
-   ret VG_INTERCEPT(soname:libc.so.6, __##name##_internal) args \
-      __attribute__((alias(VG_INTERCEPT_ALIAS(soname:libc.so.6, ##name)), \
-                     visibility("protected"))); \
    ret VG_INTERCEPT(soname:libstdc++*, ##name) args \
       __attribute__((alias(VG_INTERCEPT_ALIAS(soname:libc.so.6, ##name)), \
                      visibility("protected"))); \