From 86d131f83358d29e075aed187731785761eb3e97 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 19 Dec 2005 02:24:26 +0000 Subject: * libio/iofwide.c (__libio_codecvt): Mark as const. (__libio_translit): Likewise. --- ChangeLog | 3 +++ libio/iofwide.c | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a793f5c157..36e8a76f2c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-12-18 Ulrich Drepper + * libio/iofwide.c (__libio_codecvt): Mark as const. + (__libio_translit): Likewise. + * wcsmbs/wcsmbsload.c (to_wc): Mark as const. (to_mb): Likewise. diff --git a/libio/iofwide.c b/libio/iofwide.c index 7af9a633f8..be3627ca99 100644 --- a/libio/iofwide.c +++ b/libio/iofwide.c @@ -68,7 +68,7 @@ static int do_always_noconv (struct _IO_codecvt *codecvt); /* The functions used in `codecvt' for libio are always the same. */ -struct _IO_codecvt __libio_codecvt = +const struct _IO_codecvt __libio_codecvt = { .__codecvt_destr = NULL, /* Destructor, never used. */ .__codecvt_do_out = do_out, @@ -82,7 +82,7 @@ struct _IO_codecvt __libio_codecvt = #ifdef _LIBC -struct __gconv_trans_data __libio_translit attribute_hidden = +const struct __gconv_trans_data __libio_translit attribute_hidden = { .__trans_fct = __gconv_transliterate }; -- cgit v1.2.3-70-g09d2