diff options
Diffstat (limited to 'src/common/signal_chain.cpp')
| -rw-r--r-- | src/common/signal_chain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/signal_chain.cpp b/src/common/signal_chain.cpp index e0c6b9d4e..2e4fecc48 100644 --- a/src/common/signal_chain.cpp +++ b/src/common/signal_chain.cpp | |||
| @@ -18,7 +18,7 @@ T* LookupLibcSymbol(const char* name) { | |||
| 18 | UNREACHABLE_MSG("Failed to open libc!"); | 18 | UNREACHABLE_MSG("Failed to open libc!"); |
| 19 | } | 19 | } |
| 20 | #else | 20 | #else |
| 21 | // For other operating environments, we assume the symbol is not overriden. | 21 | // For other operating environments, we assume the symbol is not overridden. |
| 22 | const char* base = nullptr; | 22 | const char* base = nullptr; |
| 23 | Common::DynamicLibrary provider(base); | 23 | Common::DynamicLibrary provider(base); |
| 24 | #endif | 24 | #endif |