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 | 707ef321bf057fe3d00103ed5b2c59bc1580f56c (patch) | |
tree | c0748b5dcbade83af788c0abfa89c0383d6b779c /contrib | |
parent | 9291888eab6dbfbcb4b67bf400c2713f5a65a472 (diff) | |
download | ydb-707ef321bf057fe3d00103ed5b2c59bc1580f56c.tar.gz |
Restoring authorship annotation for <dmfedin@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib')
-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 8e6c518563..0a56d2496f 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 02195fc04d..b51776686d 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 47066cf99c..75317898ac 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 e596607f12..a96804c706 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. |