diff options
Diffstat (limited to 'stdio/clearerr.c')
-rw-r--r-- | stdio/clearerr.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/stdio/clearerr.c b/stdio/clearerr.c index b602576fa9..37b82ee873 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) |