diff options
Diffstat (limited to 'gdb/darwin-nat.h')
-rw-r--r-- | gdb/darwin-nat.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/darwin-nat.h b/gdb/darwin-nat.h index 71aee57..90bf293 100644 --- a/gdb/darwin-nat.h +++ b/gdb/darwin-nat.h @@ -1,5 +1,5 @@ /* Common things used by the various darwin files - Copyright (C) 1995-2024 Free Software Foundation, Inc. + Copyright (C) 1995-2025 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -14,8 +14,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 DARWIN_NAT_H -#define DARWIN_NAT_H +#ifndef GDB_DARWIN_NAT_H +#define GDB_DARWIN_NAT_H #include "inf-child.h" #include <mach/mach.h> @@ -210,4 +210,4 @@ void darwin_set_sstep (thread_t thread, int enable); void darwin_check_osabi (darwin_inferior *inf, thread_t thread); -#endif /* DARWIN_NAT_H */ +#endif /* GDB_DARWIN_NAT_H */ |