diff options
Diffstat (limited to 'gdb/gregset.h')
-rw-r--r-- | gdb/gregset.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/gregset.h b/gdb/gregset.h index 8c14809..b77ea6b 100644 --- a/gdb/gregset.h +++ b/gdb/gregset.h @@ -1,5 +1,5 @@ /* Interface for functions using gregset and fpregset types. - Copyright (C) 2000-2024 Free Software Foundation, Inc. + Copyright (C) 2000-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 GREGSET_H -#define GREGSET_H +#ifndef GDB_GREGSET_H +#define GDB_GREGSET_H #ifdef HAVE_SYS_PROCFS_H #include <sys/procfs.h> @@ -60,4 +60,4 @@ extern void fill_gregset (const struct regcache *regcache, extern void fill_fpregset (const struct regcache *regcache, gdb_fpregset_t *fpregs, int regno); -#endif +#endif /* GDB_GREGSET_H */ |