diff options
Diffstat (limited to 'gdb/serial.h')
-rw-r--r-- | gdb/serial.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/serial.h b/gdb/serial.h index 69507e6..1f26dc6 100644 --- a/gdb/serial.h +++ b/gdb/serial.h @@ -1,5 +1,5 @@ /* Remote serial support interface definitions for GDB, the GNU Debugger. - Copyright (C) 1992-2024 Free Software Foundation, Inc. + Copyright (C) 1992-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 SERIAL_H -#define SERIAL_H +#ifndef GDB_SERIAL_H +#define GDB_SERIAL_H #ifdef USE_WIN32API #include <winsock2.h> @@ -326,4 +326,4 @@ extern void serial_done_wait_handle (struct serial *); #endif /* USE_WIN32API */ -#endif /* SERIAL_H */ +#endif /* GDB_SERIAL_H */ |