Skip to content

Commit

Permalink
* libio/libioP.h (__libio_codecvt): Adjust declaraction.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Dec 19, 2005
1 parent 86d131f commit 97d261a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions libio/libioP.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 97d261a

Please sign in to comment.