-/* Copyright (C) 1991, 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1996, 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
#include <stdio.h>
#undef ferror
+#undef ferror_unlocked
/* Return non-zero if STREAM has its error indicator set. */
return stream->__error;
}
+
+weak_alias (ferror, ferror_unlocked)