aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/reent/sbrkr.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/reent/sbrkr.c')
-rw-r--r--newlib/libc/reent/sbrkr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/reent/sbrkr.c b/newlib/libc/reent/sbrkr.c
index 4217174..0bc4163 100644
--- a/newlib/libc/reent/sbrkr.c
+++ b/newlib/libc/reent/sbrkr.c
@@ -42,7 +42,7 @@ DESCRIPTION
void *
_DEFUN (_sbrk_r, (ptr, incr),
- struct _reent *ptr _AND
+ struct _reent *ptr,
ptrdiff_t incr)
{
char *ret;