aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/machine/spu/fgets.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/machine/spu/fgets.c')
-rw-r--r--newlib/libc/machine/spu/fgets.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/machine/spu/fgets.c b/newlib/libc/machine/spu/fgets.c
index 2b0ca41..8f2a978 100644
--- a/newlib/libc/machine/spu/fgets.c
+++ b/newlib/libc/machine/spu/fgets.c
@@ -47,8 +47,8 @@ typedef struct
char *
_DEFUN (fgets, (buf, n, fp),
- char *__restrict buf _AND
- int n _AND
+ char *__restrict buf,
+ int n,
FILE *__restrict fp)
{
c99_fgets_t args;