diff options
Diffstat (limited to 'gdbsupport/alt-stack.h')
-rw-r--r-- | gdbsupport/alt-stack.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdbsupport/alt-stack.h b/gdbsupport/alt-stack.h index 1424793..e921f60 100644 --- a/gdbsupport/alt-stack.h +++ b/gdbsupport/alt-stack.h @@ -58,13 +58,12 @@ public: DISABLE_COPY_AND_ASSIGN (alternate_signal_stack); private: - #ifdef HAVE_SIGALTSTACK gdb::unique_xmalloc_ptr<char> m_stack; stack_t m_old_stack; #endif }; -} +} // namespace gdb #endif /* GDBSUPPORT_ALT_STACK_H */ |