aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/reent/statr.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/reent/statr.c')
-rw-r--r--newlib/libc/reent/statr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/reent/statr.c b/newlib/libc/reent/statr.c
index 3500c88..2b271e1 100644
--- a/newlib/libc/reent/statr.c
+++ b/newlib/libc/reent/statr.c
@@ -46,8 +46,8 @@ DESCRIPTION
int
_DEFUN (_stat_r, (ptr, file, pstat),
- struct _reent *ptr _AND
- _CONST char *file _AND
+ struct _reent *ptr,
+ _CONST char *file,
struct stat *pstat)
{
int ret;