aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdio/clearerr.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/stdio/clearerr.c')
-rw-r--r--newlib/libc/stdio/clearerr.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/stdio/clearerr.c b/newlib/libc/stdio/clearerr.c
index 23e3c18..be83d6d 100644
--- a/newlib/libc/stdio/clearerr.c
+++ b/newlib/libc/stdio/clearerr.c
@@ -72,8 +72,7 @@ No supporting OS subroutines are required.
#undef clearerr
void
-_DEFUN(clearerr, (fp),
- FILE * fp)
+clearerr (FILE * fp)
{
CHECK_INIT(_REENT, fp);
_newlib_flockfile_start (fp);