about summary refs log tree commit diff
path: root/absl/debugging/symbolize_unimplemented.inc
diff options
context:
space:
mode:
Diffstat (limited to 'absl/debugging/symbolize_unimplemented.inc')
-rw-r--r--absl/debugging/symbolize_unimplemented.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/absl/debugging/symbolize_unimplemented.inc b/absl/debugging/symbolize_unimplemented.inc
index 2a3f4acb0e1a..98b3a9ae4fd1 100644
--- a/absl/debugging/symbolize_unimplemented.inc
+++ b/absl/debugging/symbolize_unimplemented.inc
@@ -26,6 +26,9 @@ bool RemoveAllSymbolDecorators(void) { return false; }
 bool RegisterFileMappingHint(const void *, const void *, uint64_t, const char *) {
   return false;
 }
+bool GetFileMappingHint(const void **, const void **, uint64_t *, const char **) {
+  return false;
+}
 
 }  // namespace debugging_internal