mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-08 21:09:49 +00:00
Make statically initialised read-write locks work.
BUG: 91604 git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2790
This commit is contained in:
@@ -57,6 +57,12 @@
|
||||
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"))); \
|
||||
|
||||
Reference in New Issue
Block a user