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 | 91aa870864e227f2f6d404c5892aefb771b5c8db (patch) | |
tree | b83306b6e37edeea782e9eed673d89286c4fef35 /contrib/libs/libc_compat/string.h | |
parent | 83de44964eb30cab9f4750ec5113837b79d73f76 (diff) | |
download | ydb-91aa870864e227f2f6d404c5892aefb771b5c8db.tar.gz |
Restoring authorship annotation for <eninng@yandex-team.ru>. Commit 2 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 6e05661c367..ad74d9a6300 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 |