diff options
Diffstat (limited to 'gdb/proc-utils.h')
-rw-r--r-- | gdb/proc-utils.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/proc-utils.h b/gdb/proc-utils.h index 8ef7d7c..85a6f40 100644 --- a/gdb/proc-utils.h +++ b/gdb/proc-utils.h @@ -1,5 +1,5 @@ /* Machine independent support for SVR4 /proc (process file system) for GDB. - Copyright (C) 1999-2024 Free Software Foundation, Inc. + Copyright (C) 1999-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 PROC_UTILS_H -#define PROC_UTILS_H +#ifndef GDB_PROC_UTILS_H +#define GDB_PROC_UTILS_H /* From proc-why.c */ @@ -117,4 +117,4 @@ extern void procfs_note (const char *, const char *, int); word used to write to the /proc/PID/ctl file. */ typedef long procfs_ctl_t; -#endif /* PROC_UTILS_H */ +#endif /* GDB_PROC_UTILS_H */ |