aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/syscalls/sysstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/syscalls/sysstat.c')
-rw-r--r--newlib/libc/syscalls/sysstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/syscalls/sysstat.c b/newlib/libc/syscalls/sysstat.c
index 4f4cd8a..3e0287e 100644
--- a/newlib/libc/syscalls/sysstat.c
+++ b/newlib/libc/syscalls/sysstat.c
@@ -6,7 +6,7 @@
int
_DEFUN (stat, (file, pstat),
- _CONST char *file,
+ const char *file,
struct stat *pstat)
{
return _stat_r (_REENT, file, pstat);