diff options
Diffstat (limited to 'gdb/gdb_proc_service.h')
-rw-r--r-- | gdb/gdb_proc_service.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/gdb_proc_service.h b/gdb/gdb_proc_service.h index 1088e19..f140adc 100644 --- a/gdb/gdb_proc_service.h +++ b/gdb/gdb_proc_service.h @@ -1,5 +1,5 @@ /* <proc_service.h> replacement for systems that don't have it. - 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 GDB_PROC_SERVICE_H -#define GDB_PROC_SERVICE_H +#ifndef GDB_GDB_PROC_SERVICE_H +#define GDB_GDB_PROC_SERVICE_H #include "gdbsupport/gdb_proc_service.h" @@ -30,4 +30,4 @@ struct ps_prochandle thread_info *thread; }; -#endif /* gdb_proc_service.h */ +#endif /* GDB_GDB_PROC_SERVICE_H */ |