AlexSm 9d0a3761b3 Library import 8 (#1074) | 10 месяцев назад | |
---|---|---|
.. | ||
getservbyname | 1 год назад | |
include | 1 год назад | |
random | 1 год назад | |
reallocarray | 1 год назад | |
src | 1 год назад | |
ubuntu_14 | 10 месяцев назад | |
CMakeLists.darwin-arm64.txt | 1 год назад | |
CMakeLists.darwin-x86_64.txt | 1 год назад | |
CMakeLists.linux-aarch64.txt | 1 год назад | |
CMakeLists.linux-x86_64.txt | 1 год назад | |
CMakeLists.txt | 11 месяцев назад | |
CMakeLists.windows-x86_64.txt | 1 год назад | |
README.md | 2 лет назад | |
explicit_bzero.c | 2 лет назад | |
memfd_create.c | 2 лет назад | |
memrchr.c | 2 лет назад | |
readpassphrase.c | 2 лет назад | |
stpcpy.c | 1 год назад | |
strcasestr.c | 1 год назад | |
string.c | 2 лет назад | |
string.h | 2 лет назад | |
strlcat.c | 2 лет назад | |
strlcpy.c | 2 лет назад | |
strsep.c | 1 год назад | |
ya.make | 1 год назад |
This library implements a compatibility layer between various libc implementations.
The rationale for the library implementation is described in https://st.yandex-team.ru/IGNIETFERRO-1439.
The code is taken from multiple sources, thus both LICENSE() and VERSION() tags are not very representative.
During development one can make use of the following mapping of OS_SDK
into glibc version.
Ubuntu | glibc |
---|---|
20.04 | 2.30 |
18.04 | 2.27 |
16.04 | 2.23 |
14.04 | 2.18 |
12.04 | 2.15 |
10.04 | 2.11 |
Use the following commands to update the table above:
ya make util -DOS_SDK=ubuntu-xx -G | grep OS_SDK_ROOT | head -n 1
cd ~/.ya/tools/v4/$RESOURCE_ID
readelf -V $(find . -name 'libc.so.6')
.gnu.version_d
section prior to GLIBC_PRIVATE