diff options
Diffstat (limited to 'gdb/gdb_vfork.h')
-rw-r--r-- | gdb/gdb_vfork.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/gdb_vfork.h b/gdb/gdb_vfork.h index 521fed9..4d6b8a5 100644 --- a/gdb/gdb_vfork.h +++ b/gdb/gdb_vfork.h @@ -1,5 +1,5 @@ /* GDB-friendly replacement for <vfork.h>. - Copyright (C) 2001-2024 Free Software Foundation, Inc. + Copyright (C) 2001-2025 Free Software Foundation, Inc. This file is part of GDB. @@ -16,11 +16,11 @@ 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_VFORK_H -#define GDB_VFORK_H +#ifndef GDB_GDB_VFORK_H +#define GDB_GDB_VFORK_H #if HAVE_VFORK_H #include <vfork.h> #endif -#endif /* GDB_VFORK_H */ +#endif /* GDB_GDB_VFORK_H */ |