summaryrefslogtreecommitdiff
path: root/libio/getwc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libio/getwc.c')
-rw-r--r--libio/getwc.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/libio/getwc.c b/libio/getwc.c
index dc41d71fc2..f660c93a75 100644
--- a/libio/getwc.c
+++ b/libio/getwc.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2016 Free Software Foundation, Inc.
+/* Copyright (C) 1993-2018 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
@@ -43,7 +43,5 @@ _IO_getwc (FILE *fp)
#undef getwc
-#ifdef weak_alias
weak_alias (_IO_getwc, getwc)
weak_alias (_IO_getwc, fgetwc)
-#endif