aboutsummaryrefslogtreecommitdiff
path: root/gdb/thread-iter.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/thread-iter.h')
-rw-r--r--gdb/thread-iter.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/thread-iter.h b/gdb/thread-iter.h
index a2fd989..abd7daf 100644
--- a/gdb/thread-iter.h
+++ b/gdb/thread-iter.h
@@ -1,5 +1,5 @@
/* Thread iterators and ranges for GDB, the GNU debugger.
- Copyright (C) 2018-2024 Free Software Foundation, Inc.
+ Copyright (C) 2018-2025 Free Software Foundation, Inc.
This file is part of GDB.
@@ -16,8 +16,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 THREAD_ITER_H
-#define THREAD_ITER_H
+#ifndef GDB_THREAD_ITER_H
+#define GDB_THREAD_ITER_H
#include "gdbsupport/filtered-iterator.h"
#include "gdbsupport/iterator-range.h"
@@ -249,4 +249,4 @@ private:
ptid_t m_filter_ptid;
};
-#endif /* THREAD_ITER_H */
+#endif /* GDB_THREAD_ITER_H */