aboutsummaryrefslogtreecommitdiff
path: root/gdb/filesystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/filesystem.h')
-rw-r--r--gdb/filesystem.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/filesystem.h b/gdb/filesystem.h
index 29c3180..8a06595 100644
--- a/gdb/filesystem.h
+++ b/gdb/filesystem.h
@@ -1,5 +1,5 @@
/* Handle different target file systems for GDB, the GNU Debugger.
- Copyright (C) 2010-2024 Free Software Foundation, Inc.
+ Copyright (C) 2010-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 FILESYSTEM_H
-#define FILESYSTEM_H
+#ifndef GDB_FILESYSTEM_H
+#define GDB_FILESYSTEM_H
extern const char file_system_kind_auto[];
extern const char file_system_kind_unix[];
@@ -55,4 +55,4 @@ extern const char *target_lbasename (const char *kind, const char *name);
result from this function. */
extern const char *effective_target_file_system_kind (void);
-#endif
+#endif /* GDB_FILESYSTEM_H */