diff options
Diffstat (limited to 'gdb/remote-fileio.h')
-rw-r--r-- | gdb/remote-fileio.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/remote-fileio.h b/gdb/remote-fileio.h index 479dc46..dbb295f 100644 --- a/gdb/remote-fileio.h +++ b/gdb/remote-fileio.h @@ -1,6 +1,6 @@ /* Remote File-I/O communications - Copyright (C) 2003-2024 Free Software Foundation, Inc. + Copyright (C) 2003-2025 Free Software Foundation, Inc. This file is part of GDB. @@ -19,8 +19,8 @@ /* See the GDB User Guide for details of the GDB remote protocol. */ -#ifndef REMOTE_FILEIO_H -#define REMOTE_FILEIO_H +#ifndef GDB_REMOTE_FILEIO_H +#define GDB_REMOTE_FILEIO_H #include "gdbsupport/fileio.h" @@ -44,4 +44,4 @@ extern void initialize_remote_fileio ( extern void remote_fileio_to_host_stat (struct fio_stat *fst, struct stat *st); -#endif +#endif /* GDB_REMOTE_FILEIO_H */ |