]> sourceware.org Git - glibc.git/commitdiff
* libio/libioP.h (__libio_codecvt): Adjust declaraction.
authorUlrich Drepper <drepper@redhat.com>
Mon, 19 Dec 2005 03:33:32 +0000 (03:33 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 19 Dec 2005 03:33:32 +0000 (03:33 +0000)
ChangeLog
libio/libioP.h

index 36e8a76f2cf13ff61c7ec80e62799ad31b14abeb..4916a4e5508677f9478172bd0f7d1d32c5d08a13 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
 
        * libio/iofwide.c (__libio_codecvt): Mark as const.
        (__libio_translit): Likewise.
+       * libio/libioP.h (__libio_codecvt): Adjust declaraction.
 
        * wcsmbs/wcsmbsload.c (to_wc): Mark as const.
        (to_mb): Likewise.
index 319b0fd5f3052d2cca41f1e0d895cecfa5f9578e..be3b38a2e4a5fea9bdc3df8d59eb01cfa6050b96 100644 (file)
@@ -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;
This page took 0.048126 seconds and 5 git commands to generate.