diff options
author | bulatman <bulatman@yandex-team.ru> | 2022-02-10 16:45:50 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:50 +0300 |
commit | 2f6ca198245aeffd5e2d82b65927c2465b68b4f5 (patch) | |
tree | 9142afc54d335ea52910662635b898e79e192e49 /contrib/libs/libc_compat/ya.make | |
parent | 6560e4993b14d193f8c879e33a3de5e5eba6e21d (diff) | |
download | ydb-2f6ca198245aeffd5e2d82b65927c2465b68b4f5.tar.gz |
Restoring authorship annotation for <bulatman@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/libc_compat/ya.make')
-rw-r--r-- | contrib/libs/libc_compat/ya.make | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/contrib/libs/libc_compat/ya.make b/contrib/libs/libc_compat/ya.make index 602f77a458..b92184c165 100644 --- a/contrib/libs/libc_compat/ya.make +++ b/contrib/libs/libc_compat/ya.make @@ -31,7 +31,7 @@ IF (OS_ANDROID) SRCS( strlcat.c strlcpy.c - ) + ) IF (ANDROID_API < 28) SRCS( glob.c @@ -53,12 +53,12 @@ IF (OS_ANDROID) ENDIF() ENDIF() -IF (OS_WINDOWS OR OS_DARWIN OR OS_IOS) - SRCS( +IF (OS_WINDOWS OR OS_DARWIN OR OS_IOS) + SRCS( memrchr.c - ) -ENDIF() - + ) +ENDIF() + IF (OS_DARWIN) SRCS( reallocarray.c @@ -69,15 +69,15 @@ IF (OS_WINDOWS) ADDINCL( GLOBAL contrib/libs/libc_compat/include/windows ) - SRCS( + SRCS( reallocarray.c stpcpy.c strlcat.c strlcpy.c - strcasestr.c - strsep.c - src/windows/sys/uio.c - ) + strcasestr.c + strsep.c + src/windows/sys/uio.c + ) ENDIF() IF (OS_LINUX) |