diff options
author | mkolom <mkolom@yandex-team.ru> | 2022-02-10 16:46:07 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:07 +0300 |
commit | 5cc85744b35577ef3ca2214128c9e0c41927119e (patch) | |
tree | fba9b982a07e2e19a253f5d9a8ef1226a726919a /contrib/libs | |
parent | dbd3185956979f21ea16ef90c1ba4aa2d6a75fae (diff) | |
download | ydb-5cc85744b35577ef3ca2214128c9e0c41927119e.tar.gz |
Restoring authorship annotation for <mkolom@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs')
-rw-r--r-- | contrib/libs/cxxsupp/openmp/omp.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/contrib/libs/cxxsupp/openmp/omp.h b/contrib/libs/cxxsupp/openmp/omp.h index 2dee5600ec..0511af514e 100644 --- a/contrib/libs/cxxsupp/openmp/omp.h +++ b/contrib/libs/cxxsupp/openmp/omp.h @@ -114,14 +114,14 @@ extern int __KAI_KMPC_CONVENTION omp_get_team_num (void); extern int __KAI_KMPC_CONVENTION omp_get_cancellation (void); -#if 0 // !defined(NORUNTIME) && !defined(USE_STL_SYSTEM) - // We need to put all possible dependencies to prevent blinking: - // on all stdlib.h that can be mentioned here within a platform. -# include <contrib/libs/cxxsupp/libcxx/include/stdlib.h> -#else +#if 0 // !defined(NORUNTIME) && !defined(USE_STL_SYSTEM) + // We need to put all possible dependencies to prevent blinking: + // on all stdlib.h that can be mentioned here within a platform. +# include <contrib/libs/cxxsupp/libcxx/include/stdlib.h> +#else # include <stdlib.h> -#endif - +#endif + /* kmp API functions */ extern int __KAI_KMPC_CONVENTION kmp_get_stacksize (void); extern void __KAI_KMPC_CONVENTION kmp_set_stacksize (int); |