diff options
Diffstat (limited to 'newlib/libc/reent/execr.c')
-rw-r--r-- | newlib/libc/reent/execr.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/newlib/libc/reent/execr.c b/newlib/libc/reent/execr.c index cb78fba..0dc5313 100644 --- a/newlib/libc/reent/execr.c +++ b/newlib/libc/reent/execr.c @@ -47,9 +47,9 @@ DESCRIPTION int _DEFUN (_execve_r, (ptr, name, argv, env), struct _reent *ptr, - _CONST char *name, - char *_CONST argv[], - char *_CONST env[]) + const char *name, + char *const argv[], + char *const env[]) { int ret; |