From 2464ecbf64d1cd890fe52492b4ccf8ace348f9aa Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 22 Nov 2013 01:17:42 +0000 Subject: 2013-11-21 Daniel Ramirez * libc/sys/linux/statvfs.c (statvfs): Added restrict keyword. --- newlib/libc/sys/linux/statvfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/libc/sys') diff --git a/newlib/libc/sys/linux/statvfs.c b/newlib/libc/sys/linux/statvfs.c index 4b0d51abd..be125c292 100644 --- a/newlib/libc/sys/linux/statvfs.c +++ b/newlib/libc/sys/linux/statvfs.c @@ -30,7 +30,7 @@ int -statvfs (const char *file, struct statvfs *buf) +statvfs (const char *__restrict file, struct statvfs *__restrict buf) { struct statfs fsbuf; struct stat64 st; -- cgit v1.2.3