diff options
author | eninng <eninng@yandex-team.ru> | 2022-02-10 16:47:08 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:08 +0300 |
commit | 83de44964eb30cab9f4750ec5113837b79d73f76 (patch) | |
tree | f2ac8596c4f06d29cc128d1d1cfeb47b4cb9fe79 /contrib/libs/libc_compat/string.h | |
parent | 8c809de2efe9c2a8c3a9b0cb9b85fec295e41809 (diff) | |
download | ydb-83de44964eb30cab9f4750ec5113837b79d73f76.tar.gz |
Restoring authorship annotation for <eninng@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/libc_compat/string.h')
-rw-r--r-- | contrib/libs/libc_compat/string.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/libc_compat/string.h b/contrib/libs/libc_compat/string.h index ad74d9a630..6e05661c36 100644 --- a/contrib/libs/libc_compat/string.h +++ b/contrib/libs/libc_compat/string.h @@ -13,7 +13,7 @@ size_t strlcpy(char* dst, const char* src, size_t len); size_t strlcat(char* dst, const char* src, size_t len); #endif -#if (!defined(__linux__) && !defined(__FreeBSD__) && !defined(__APPLE__)) || (defined(__ANDROID__) && __ANDROID_API__ < 21) +#if (!defined(__linux__) && !defined(__FreeBSD__) && !defined(__APPLE__)) || (defined(__ANDROID__) && __ANDROID_API__ < 21) char* stpcpy(char* dst, const char* src); #endif |