diff options
Diffstat (limited to 'libio')
-rw-r--r-- | libio/iofwide.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/libio/iofwide.c b/libio/iofwide.c index 2e2854aa62..72a7489ad1 100644 --- a/libio/iofwide.c +++ b/libio/iofwide.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1999, 2000 Free Software Foundation, Inc. +/* Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU IO Library. This library is free software; you can redistribute it and/or @@ -204,10 +204,6 @@ _IO_fwide (fp, mode) return mode; } -#ifdef weak_alias -weak_alias (_IO_fwide, fwide) -#endif - static enum __codecvt_result do_out (struct _IO_codecvt *codecvt, __mbstate_t *statep, |