diff options
Diffstat (limited to 'gdb/nat/i386-linux.h')
-rw-r--r-- | gdb/nat/i386-linux.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/nat/i386-linux.h b/gdb/nat/i386-linux.h index c93626b..d80e0f9 100644 --- a/gdb/nat/i386-linux.h +++ b/gdb/nat/i386-linux.h @@ -1,6 +1,6 @@ /* Native-dependent code for GNU/Linux i386. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-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 NAT_I386_LINUX_H -#define NAT_I386_LINUX_H +#ifndef GDB_NAT_I386_LINUX_H +#define GDB_NAT_I386_LINUX_H /* Does the current host support the GETFPXREGS request? The system header file may or may not define it, but even if it is defined, the kernel @@ -34,4 +34,4 @@ variable. */ extern tribool have_ptrace_getfpxregs; -#endif /* NAT_I386_LINUX_H */ +#endif /* GDB_NAT_I386_LINUX_H */ |