about summary refs log tree commit diff
path: root/libio/iofwide.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-02-20 17:40:18 +0000
committerUlrich Drepper <drepper@redhat.com>2001-02-20 17:40:18 +0000
commitb85b1334458711657a4cbea0bf2954936d67a4a4 (patch)
treec6fd79e738b33ec41da8d6fd233d763513ea0d17 /libio/iofwide.c
parent322d037db56afa5dd7598c6de0c2d1d34d791192 (diff)
downloadglibc-b85b1334458711657a4cbea0bf2954936d67a4a4.tar.gz
glibc-b85b1334458711657a4cbea0bf2954936d67a4a4.tar.xz
glibc-b85b1334458711657a4cbea0bf2954936d67a4a4.zip
Update.
2001-02-20  Ulrich Drepper  <drepper@redhat.com>

	* libio/iofwide.c: Remove fwide alias.
Diffstat (limited to 'libio/iofwide.c')
-rw-r--r--libio/iofwide.c6
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,