From b85b1334458711657a4cbea0bf2954936d67a4a4 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 20 Feb 2001 17:40:18 +0000 Subject: Update. 2001-02-20 Ulrich Drepper * libio/iofwide.c: Remove fwide alias. --- libio/iofwide.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'libio/iofwide.c') 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, -- cgit 1.4.1