aboutsummaryrefslogtreecommitdiff
path: root/gdb/jit.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/jit.h')
-rw-r--r--gdb/jit.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/jit.h b/gdb/jit.h
index ade0fb2..43d3054 100644
--- a/gdb/jit.h
+++ b/gdb/jit.h
@@ -1,6 +1,6 @@
/* JIT declarations for GDB, the GNU Debugger.
- Copyright (C) 2009-2024 Free Software Foundation, Inc.
+ Copyright (C) 2009-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 JIT_H
-#define JIT_H
+#ifndef GDB_JIT_H
+#define GDB_JIT_H
struct inferior;
struct objfile;
@@ -122,4 +122,4 @@ extern void jit_breakpoint_re_set (void);
extern void jit_event_handler (gdbarch *gdbarch, objfile *jiter);
-#endif /* JIT_H */
+#endif /* GDB_JIT_H */