aboutsummaryrefslogtreecommitdiff
path: root/stdio/clearerr.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdio/clearerr.c')
-rw-r--r--stdio/clearerr.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/stdio/clearerr.c b/stdio/clearerr.c
index b602576..37b82ee 100644
--- a/stdio/clearerr.c
+++ b/stdio/clearerr.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1997, 1998 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
@@ -28,3 +28,5 @@ clearerr (FILE *stream)
{
__clearerr (stream);
}
+
+weak_alias (clearerr, clearerr_unlocked)