2013-11-21 Daniel Ramirez <javamonn@gmail.com>
* libc/sys/linux/statvfs.c (statvfs): Added restrict keyword.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user