diff options
author | dmfedin <dmfedin@yandex-team.ru> | 2022-02-10 16:47:58 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:58 +0300 |
commit | 9291888eab6dbfbcb4b67bf400c2713f5a65a472 (patch) | |
tree | dbb385a54e02efd8677b7213ce9f66d4f199d932 /contrib/libs | |
parent | 84df690852777a25dce952fd28843ab49992eff3 (diff) | |
download | ydb-9291888eab6dbfbcb4b67bf400c2713f5a65a472.tar.gz |
Restoring authorship annotation for <dmfedin@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs')
-rw-r--r-- | contrib/libs/curl/lib/curl_config-android-maps-mobile.h | 8 | ||||
-rw-r--r-- | contrib/libs/curl/lib/curl_config-ios-maps-mobile.h | 8 | ||||
-rw-r--r-- | contrib/libs/cxxsupp/system_stl/ya.make | 10 | ||||
-rw-r--r-- | contrib/libs/openssl/crypto/armcap.c | 2 |
4 files changed, 14 insertions, 14 deletions
diff --git a/contrib/libs/curl/lib/curl_config-android-maps-mobile.h b/contrib/libs/curl/lib/curl_config-android-maps-mobile.h index 0a56d2496f..8e6c518563 100644 --- a/contrib/libs/curl/lib/curl_config-android-maps-mobile.h +++ b/contrib/libs/curl/lib/curl_config-android-maps-mobile.h @@ -1,9 +1,9 @@ /* lib/curl_config.h. Generated from curl_config.h.in by configure. */ /* lib/curl_config.h.in. Generated from configure.ac by autoheader. */ -// for SIZEOF_* macroses -#include <util/system/platform.h> - +// for SIZEOF_* macroses +#include <util/system/platform.h> + /* to enable curl debug memory tracking */ /* #undef CURLDEBUG */ @@ -906,7 +906,7 @@ #define SIZEOF_OFF_T 8 /* The number of bytes in type time_t */ -#define SIZEOF_TIME_T SIZEOF_LONG +#define SIZEOF_TIME_T SIZEOF_LONG /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 diff --git a/contrib/libs/curl/lib/curl_config-ios-maps-mobile.h b/contrib/libs/curl/lib/curl_config-ios-maps-mobile.h index b51776686d..02195fc04d 100644 --- a/contrib/libs/curl/lib/curl_config-ios-maps-mobile.h +++ b/contrib/libs/curl/lib/curl_config-ios-maps-mobile.h @@ -1,9 +1,9 @@ /* lib/curl_config.h. Generated from curl_config.h.in by configure. */ /* lib/curl_config.h.in. Generated from configure.ac by autoheader. */ -// for SIZEOF_* macroses -#include <util/system/platform.h> - +// for SIZEOF_* macroses +#include <util/system/platform.h> + /* to enable curl debug memory tracking */ /* #undef CURLDEBUG */ @@ -906,7 +906,7 @@ #define SIZEOF_OFF_T 8 /* The number of bytes in type time_t */ -#define SIZEOF_TIME_T SIZEOF_LONG +#define SIZEOF_TIME_T SIZEOF_LONG /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 diff --git a/contrib/libs/cxxsupp/system_stl/ya.make b/contrib/libs/cxxsupp/system_stl/ya.make index 75317898ac..47066cf99c 100644 --- a/contrib/libs/cxxsupp/system_stl/ya.make +++ b/contrib/libs/cxxsupp/system_stl/ya.make @@ -14,15 +14,15 @@ NO_PLATFORM() ADDINCL(GLOBAL contrib/libs/cxxsupp/system_stl/include) -IF (OS_IOS OR OS_DARWIN) +IF (OS_IOS OR OS_DARWIN) LDFLAGS(-lc++) -ELSEIF (OS_ANDROID) - IF (STATIC_STL) +ELSEIF (OS_ANDROID) + IF (STATIC_STL) LDFLAGS(-l:libc++.a) - ELSE() + ELSE() LDFLAGS(-lc++) ENDIF() -ELSE() +ELSE() CFLAGS(GLOBAL -DLIBCXX_BUILDING_LIBGCC) LDFLAGS(-lgcc_s) diff --git a/contrib/libs/openssl/crypto/armcap.c b/contrib/libs/openssl/crypto/armcap.c index a96804c706..e596607f12 100644 --- a/contrib/libs/openssl/crypto/armcap.c +++ b/contrib/libs/openssl/crypto/armcap.c @@ -101,7 +101,7 @@ static unsigned long getauxval(unsigned long key) # include <sys/auxv.h> # define OSSL_IMPLEMENT_GETAUXVAL # endif - + /* * ARM puts the feature bits for Crypto Extensions in AT_HWCAP2, whereas * AArch64 used AT_HWCAP. |