aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdio/setbuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/stdio/setbuf.c')
-rw-r--r--newlib/libc/stdio/setbuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdio/setbuf.c b/newlib/libc/stdio/setbuf.c
index 29f5377..a7df3a1 100644
--- a/newlib/libc/stdio/setbuf.c
+++ b/newlib/libc/stdio/setbuf.c
@@ -66,7 +66,7 @@ Supporting OS subroutines required: <<close>>, <<fstat>>, <<isatty>>,
_VOID
_DEFUN(setbuf, (fp, buf),
- FILE *__restrict fp _AND
+ FILE *__restrict fp,
char *__restrict buf)
{
_CAST_VOID setvbuf (fp, buf, buf ? _IOFBF : _IONBF, BUFSIZ);