diff options
Diffstat (limited to 'nptl/libpthread-compat.c')
-rw-r--r-- | nptl/libpthread-compat.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/libpthread-compat.c b/nptl/libpthread-compat.c index 761ca8d..7b0427a 100644 --- a/nptl/libpthread-compat.c +++ b/nptl/libpthread-compat.c @@ -60,3 +60,8 @@ compat_symbol (libpthread, __libpthread_version_placeholder_1, compat_symbol (libpthread, __libpthread_version_placeholder_1, __libpthread_version_placeholder, GLIBC_2_4); #endif + +#if (SHLIB_COMPAT (libpthread, GLIBC_2_30, GLIBC_2_31)) +compat_symbol (libpthread, __libpthread_version_placeholder_1, + __libpthread_version_placeholder, GLIBC_2_30); +#endif |