diff options
Diffstat (limited to 'gdb/nat/gdb_thread_db.h')
-rw-r--r-- | gdb/nat/gdb_thread_db.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/nat/gdb_thread_db.h b/gdb/nat/gdb_thread_db.h index 0e68378..4560064 100644 --- a/gdb/nat/gdb_thread_db.h +++ b/gdb/nat/gdb_thread_db.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2000-2024 Free Software Foundation, Inc. +/* Copyright (C) 2000-2025 Free Software Foundation, Inc. This file is part of GDB. @@ -15,8 +15,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_GDB_THREAD_DB_H -#define NAT_GDB_THREAD_DB_H +#ifndef GDB_NAT_GDB_THREAD_DB_H +#define GDB_NAT_GDB_THREAD_DB_H #ifdef HAVE_THREAD_DB_H #include <thread_db.h> @@ -73,4 +73,4 @@ typedef td_err_e (td_thr_tlsbase_ftype) (const td_thrhandle_t *th, typedef const char ** (td_symbol_list_ftype) (void); typedef td_err_e (td_ta_delete_ftype) (td_thragent_t *); -#endif /* NAT_GDB_THREAD_DB_H */ +#endif /* GDB_NAT_GDB_THREAD_DB_H */ |