aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/machine/spu/fopen.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/machine/spu/fopen.c')
-rw-r--r--newlib/libc/machine/spu/fopen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/machine/spu/fopen.c b/newlib/libc/machine/spu/fopen.c
index 821d7c2..c41d335 100644
--- a/newlib/libc/machine/spu/fopen.c
+++ b/newlib/libc/machine/spu/fopen.c
@@ -46,7 +46,7 @@ typedef struct
#ifndef _REENT_ONLY
FILE *
_DEFUN (fopen, (file, mode),
- _CONST char *__restrict file _AND
+ _CONST char *__restrict file,
_CONST char *__restrict mode)
{
int ret;