aboutsummaryrefslogtreecommitdiff
path: root/gdb/tracectf.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/tracectf.h')
-rw-r--r--gdb/tracectf.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/tracectf.h b/gdb/tracectf.h
index 08a681c..0d08ed7 100644
--- a/gdb/tracectf.h
+++ b/gdb/tracectf.h
@@ -1,6 +1,6 @@
/* CTF format support.
- Copyright (C) 2012-2024 Free Software Foundation, Inc.
+ Copyright (C) 2012-2025 Free Software Foundation, Inc.
This file is part of GDB.
@@ -17,9 +17,9 @@
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 CTF_H
-#define CTF_H
+#ifndef GDB_TRACECTF_H
+#define GDB_TRACECTF_H
extern struct trace_file_writer *ctf_trace_file_writer_new (void);
-#endif
+#endif /* GDB_TRACECTF_H */