diff options
Diffstat (limited to 'gdb/sol2-tdep.h')
-rw-r--r-- | gdb/sol2-tdep.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/sol2-tdep.h b/gdb/sol2-tdep.h index a189666..c042639 100644 --- a/gdb/sol2-tdep.h +++ b/gdb/sol2-tdep.h @@ -1,6 +1,6 @@ /* Target-dependent code for Solaris. - Copyright (C) 2006-2024 Free Software Foundation, Inc. + Copyright (C) 2006-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 SOL2_TDEP_H -#define SOL2_TDEP_H 1 +#ifndef GDB_SOL2_TDEP_H +#define GDB_SOL2_TDEP_H struct gdbarch; @@ -26,4 +26,4 @@ int sol2_sigtramp_p (const frame_info_ptr &this_frame); void sol2_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch); -#endif /* sol2-tdep.h */ +#endif /* GDB_SOL2_TDEP_H */ |