diff options
Diffstat (limited to 'gdbsupport/scoped_signal_handler.h')
-rw-r--r-- | gdbsupport/scoped_signal_handler.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdbsupport/scoped_signal_handler.h b/gdbsupport/scoped_signal_handler.h index 3dffd79..e470595 100644 --- a/gdbsupport/scoped_signal_handler.h +++ b/gdbsupport/scoped_signal_handler.h @@ -1,6 +1,6 @@ /* RAII class to install a separate handler for a given signal - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 Free Software Foundation, Inc. This file is part of GDB. @@ -17,8 +17,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef SCOPED_SIGNAL_HANDLER_H -#define SCOPED_SIGNAL_HANDLER_H +#ifndef GDBSUPPORT_SCOPED_SIGNAL_HANDLER_H +#define GDBSUPPORT_SCOPED_SIGNAL_HANDLER_H #include <signal.h> @@ -70,4 +70,4 @@ private: #endif }; -#endif /* SCOPED_SIGNAL_HANDLER_H */ +#endif /* GDBSUPPORT_SCOPED_SIGNAL_HANDLER_H */ |