This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
On 05/21/2018 07:38 PM, Zack Weinberg wrote:
diff --git a/crypt/Versions b/crypt/Versions index 389e7d544a..d3e9d30174 100644 --- a/crypt/Versions +++ b/crypt/Versions @@ -2,4 +2,7 @@ libcrypt { GLIBC_2.0 { crypt; crypt_r; encrypt; encrypt_r; fcrypt; setkey; setkey_r; } + GLIBC_2.28 { + # used in SHLIB_COMPAT directives + } }
This part isn't needed because we already have GLIBC_2.28 symbols in math/.Regarding the use of hidden_nolink, I would have expected adjustments to the wrapper headers in include/, but I'm not familiar with these constructs.
Thanks, Florian
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |