Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/stdio/clearerr_u.c')
-rw-r--r--newlib/libc/stdio/clearerr_u.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/stdio/clearerr_u.c b/newlib/libc/stdio/clearerr_u.c
index 7514fa2e9..4952f777c 100644
--- a/newlib/libc/stdio/clearerr_u.c
+++ b/newlib/libc/stdio/clearerr_u.c
@@ -33,8 +33,7 @@
#undef clearerr_unlocked
void
-_DEFUN(clearerr_unlocked, (fp),
- FILE * fp)
+clearerr_unlocked (FILE * fp)
{
CHECK_INIT(_REENT, fp);
__sclearerr (fp);