diff options
Diffstat (limited to 'gdb/nat/linux-osdata.h')
-rw-r--r-- | gdb/nat/linux-osdata.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/nat/linux-osdata.h b/gdb/nat/linux-osdata.h index a82fb08..6b263c5 100644 --- a/gdb/nat/linux-osdata.h +++ b/gdb/nat/linux-osdata.h @@ -1,6 +1,6 @@ /* Linux-specific functions to retrieve OS data. - Copyright (C) 2009-2024 Free Software Foundation, Inc. + Copyright (C) 2009-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_LINUX_OSDATA_H -#define NAT_LINUX_OSDATA_H +#ifndef GDB_NAT_LINUX_OSDATA_H +#define GDB_NAT_LINUX_OSDATA_H /* Returns the CPU core that thread PTID is currently running on. */ @@ -27,4 +27,4 @@ extern int linux_common_core_of_thread (ptid_t ptid); extern LONGEST linux_common_xfer_osdata (const char *annex, gdb_byte *readbuf, ULONGEST offset, ULONGEST len); -#endif /* NAT_LINUX_OSDATA_H */ +#endif /* GDB_NAT_LINUX_OSDATA_H */ |