diff options
Diffstat (limited to 'newlib/libc/reent/open64r.c')
-rw-r--r-- | newlib/libc/reent/open64r.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/reent/open64r.c b/newlib/libc/reent/open64r.c index 6b39fa1..84bd67e 100644 --- a/newlib/libc/reent/open64r.c +++ b/newlib/libc/reent/open64r.c @@ -44,7 +44,7 @@ DESCRIPTION int _open64_r (ptr, file, flags, mode) struct _reent *ptr; - _CONST char *file; + const char *file; int flags; int mode; { |