diff options
author | thegeorg <thegeorg@yandex-team.ru> | 2022-02-10 16:45:08 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:08 +0300 |
commit | 4e839db24a3bbc9f1c610c43d6faaaa99824dcca (patch) | |
tree | 506dac10f5df94fab310584ee51b24fc5a081c22 /contrib/libs/libunwind/include/unwind_itanium.h | |
parent | 2d37894b1b037cf24231090eda8589bbb44fb6fc (diff) | |
download | ydb-4e839db24a3bbc9f1c610c43d6faaaa99824dcca.tar.gz |
Restoring authorship annotation for <thegeorg@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/libunwind/include/unwind_itanium.h')
-rw-r--r-- | contrib/libs/libunwind/include/unwind_itanium.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/contrib/libs/libunwind/include/unwind_itanium.h b/contrib/libs/libunwind/include/unwind_itanium.h index d94a6183be..fd836e5529 100644 --- a/contrib/libs/libunwind/include/unwind_itanium.h +++ b/contrib/libs/libunwind/include/unwind_itanium.h @@ -1,4 +1,4 @@ -//===----------------------------------------------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. @@ -10,16 +10,16 @@ // //===----------------------------------------------------------------------===// -#ifndef __ITANIUM_UNWIND_H__ -#define __ITANIUM_UNWIND_H__ +#ifndef __ITANIUM_UNWIND_H__ +#define __ITANIUM_UNWIND_H__ struct _Unwind_Context; // opaque struct _Unwind_Exception; // forward declaration typedef struct _Unwind_Exception _Unwind_Exception; -typedef uint64_t _Unwind_Exception_Class; +typedef uint64_t _Unwind_Exception_Class; struct _Unwind_Exception { - _Unwind_Exception_Class exception_class; + _Unwind_Exception_Class exception_class; void (*exception_cleanup)(_Unwind_Reason_Code reason, _Unwind_Exception *exc); #if defined(__SEH__) && !defined(__USING_SJLJ_EXCEPTIONS__) @@ -73,4 +73,4 @@ extern void _Unwind_SetIP(struct _Unwind_Context *, uintptr_t new_value); } #endif -#endif // __ITANIUM_UNWIND_H__ +#endif // __ITANIUM_UNWIND_H__ |