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 | 8dc65930fc86ac0ebd07114f5f5be9e89c65ef8a (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /contrib/libs | |
parent | 5cc85744b35577ef3ca2214128c9e0c41927119e (diff) | |
download | ydb-8dc65930fc86ac0ebd07114f5f5be9e89c65ef8a.tar.gz |
Restoring authorship annotation for <mkolom@yandex-team.ru>. Commit 2 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 0511af514e..2dee5600ec 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); |