diff options
Diffstat (limited to 'absl/debugging/internal/symbolize.h')
-rw-r--r-- | absl/debugging/internal/symbolize.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/absl/debugging/internal/symbolize.h b/absl/debugging/internal/symbolize.h index 8d926fec..fd10a637 100644 --- a/absl/debugging/internal/symbolize.h +++ b/absl/debugging/internal/symbolize.h @@ -34,6 +34,7 @@ #include <string> namespace absl { +inline namespace lts_2018_06_20 { namespace debugging_internal { // Iterates over all sections, invoking callback on each with the section name @@ -52,11 +53,13 @@ bool GetSectionHeaderByName(int fd, const char *name, size_t name_len, ElfW(Shdr) *out); } // namespace debugging_internal +} // inline namespace lts_2018_06_20 } // namespace absl #endif // ABSL_INTERNAL_HAVE_ELF_SYMBOLIZE namespace absl { +inline namespace lts_2018_06_20 { namespace debugging_internal { struct SymbolDecoratorArgs { @@ -118,6 +121,7 @@ bool GetFileMappingHint(const void** start, const char** filename); } // namespace debugging_internal +} // inline namespace lts_2018_06_20 } // namespace absl #endif // ABSL_DEBUGGING_INTERNAL_SYMBOLIZE_H_ |