aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/machine/spu/setbuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/machine/spu/setbuf.c')
-rw-r--r--newlib/libc/machine/spu/setbuf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/machine/spu/setbuf.c b/newlib/libc/machine/spu/setbuf.c
index c942bb9..427d5dc 100644
--- a/newlib/libc/machine/spu/setbuf.c
+++ b/newlib/libc/machine/spu/setbuf.c
@@ -46,8 +46,7 @@ typedef struct
#ifndef _REENT_ONLY
void
-_DEFUN (setbuf, (fp, buf),
- FILE *__restrict fp,
+setbuf (FILE *__restrict fp,
char *__restrict buf)
{
c99_setbuf_t args;