diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-12-19 03:33:32 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-12-19 03:33:32 +0000 |
commit | 97d261ad227332e4f74bbcf283bf2654a32cabea (patch) | |
tree | 3bc11bc586134e8622410269b45e1e2f68a94cf5 /libio | |
parent | 86d131f83358d29e075aed187731785761eb3e97 (diff) | |
download | glibc-97d261ad227332e4f74bbcf283bf2654a32cabea.tar glibc-97d261ad227332e4f74bbcf283bf2654a32cabea.tar.gz glibc-97d261ad227332e4f74bbcf283bf2654a32cabea.tar.bz2 glibc-97d261ad227332e4f74bbcf283bf2654a32cabea.zip |
* libio/libioP.h (__libio_codecvt): Adjust declaraction.
Diffstat (limited to 'libio')
-rw-r--r-- | libio/libioP.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libio/libioP.h b/libio/libioP.h index 319b0fd5f3..be3b38a2e4 100644 --- a/libio/libioP.h +++ b/libio/libioP.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1993, 1997-2003, 2004 Free Software Foundation, Inc. +/* Copyright (C) 1993, 1997-2003, 2004, 2005 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -469,7 +469,7 @@ extern const struct _IO_jump_t _IO_streambuf_jumps; extern const struct _IO_jump_t _IO_old_proc_jumps attribute_hidden; extern const struct _IO_jump_t _IO_str_jumps attribute_hidden; extern const struct _IO_jump_t _IO_wstr_jumps attribute_hidden; -extern struct _IO_codecvt __libio_codecvt attribute_hidden; +extern const struct _IO_codecvt __libio_codecvt attribute_hidden; extern int _IO_do_write (_IO_FILE *, const char *, _IO_size_t) __THROW; extern int _IO_new_do_write (_IO_FILE *, const char *, _IO_size_t) __THROW; extern int _IO_old_do_write (_IO_FILE *, const char *, _IO_size_t) __THROW; |