diff options
author | somov <[email protected]> | 2022-02-10 16:45:49 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:45:49 +0300 |
commit | 7489e4682331202b9c7d863c0898eb83d7b12c2b (patch) | |
tree | 9142afc54d335ea52910662635b898e79e192e49 /contrib/restricted/abseil-cpp-tstring/y_absl/debugging/internal/symbolize.h | |
parent | a5950576e397b1909261050b8c7da16db58f10b1 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'contrib/restricted/abseil-cpp-tstring/y_absl/debugging/internal/symbolize.h')
-rw-r--r-- | contrib/restricted/abseil-cpp-tstring/y_absl/debugging/internal/symbolize.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/internal/symbolize.h b/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/internal/symbolize.h index c26fe4af7ad..e6e2b0724a4 100644 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/internal/symbolize.h +++ b/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/internal/symbolize.h @@ -35,9 +35,9 @@ #include <elf.h> #include <link.h> // For ElfW() macro. #include <functional> -#include <util/generic/string.h> - -namespace y_absl { +#include <util/generic/string.h> + +namespace y_absl { ABSL_NAMESPACE_BEGIN namespace debugging_internal { @@ -58,7 +58,7 @@ bool GetSectionHeaderByName(int fd, const char *name, size_t name_len, } // namespace debugging_internal ABSL_NAMESPACE_END -} // namespace y_absl +} // namespace y_absl #endif // ABSL_INTERNAL_HAVE_ELF_SYMBOLIZE @@ -74,7 +74,7 @@ ABSL_NAMESPACE_END #define ABSL_INTERNAL_HAVE_EMSCRIPTEN_SYMBOLIZE 1 #endif -namespace y_absl { +namespace y_absl { ABSL_NAMESPACE_BEGIN namespace debugging_internal { @@ -136,7 +136,7 @@ bool GetFileMappingHint(const void** start, const void** end, uint64_t* offset, } // namespace debugging_internal ABSL_NAMESPACE_END -} // namespace y_absl +} // namespace y_absl #endif // __cplusplus |