diff options
Diffstat (limited to 'libio/libio.h')
-rw-r--r-- | libio/libio.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libio/libio.h b/libio/libio.h index e7d7bae2b5..1672f7b54f 100644 --- a/libio/libio.h +++ b/libio/libio.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-1995, 1997-2002, 2003 Free Software Foundation, Inc. +/* Copyright (C) 1991-1995, 1997-2003, 2004 Free Software Foundation, Inc. This file is part of the GNU C Library. Written by Per Bothner <bothner@cygnus.com>. @@ -257,7 +257,7 @@ struct _IO_wide_data wchar_t _shortbuf[1]; - struct _IO_jump_t *_wide_vtable; + const struct _IO_jump_t *_wide_vtable; }; #endif |