summaryrefslogtreecommitdiff
path: root/libio/fcloseall.c
diff options
context:
space:
mode:
Diffstat (limited to 'libio/fcloseall.c')
-rw-r--r--libio/fcloseall.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/libio/fcloseall.c b/libio/fcloseall.c
index 1eff772605..4a3fd94cf7 100644
--- a/libio/fcloseall.c
+++ b/libio/fcloseall.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
@@ -34,6 +34,4 @@ __fcloseall (void)
return _IO_cleanup ();
}
-#ifdef weak_alias
weak_alias (__fcloseall, fcloseall)
-#endif