aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/machine/spu/fread.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/machine/spu/fread.c')
-rw-r--r--newlib/libc/machine/spu/fread.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/newlib/libc/machine/spu/fread.c b/newlib/libc/machine/spu/fread.c
index eb3966c..3ea24cc 100644
--- a/newlib/libc/machine/spu/fread.c
+++ b/newlib/libc/machine/spu/fread.c
@@ -50,9 +50,9 @@ typedef struct
size_t
_DEFUN (fread, (buf, size, count, fp),
- _PTR __restrict buf _AND
- size_t size _AND
- size_t count _AND
+ _PTR __restrict buf,
+ size_t size,
+ size_t count,
FILE *__restrict fp)
{
c99_fread_t args;