From bb81e04ae3a88ce37de8718ef112ace59b3975af Mon Sep 17 00:00:00 2001 From: Daniel Ramirez Date: Thu, 21 Nov 2013 16:54:21 -0600 Subject: statvfs and ALL filesystem handlers: Add restrict keyword. --- cpukit/libcsupport/src/__usrenv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/libcsupport/src/__usrenv.c') diff --git a/cpukit/libcsupport/src/__usrenv.c b/cpukit/libcsupport/src/__usrenv.c index 8e9e8c15ad..88058c4714 100644 --- a/cpukit/libcsupport/src/__usrenv.c +++ b/cpukit/libcsupport/src/__usrenv.c @@ -186,8 +186,8 @@ static int null_op_rename( } static int null_op_statvfs( - const rtems_filesystem_location_info_t *loc, - struct statvfs *buf + const rtems_filesystem_location_info_t *__restrict loc, + struct statvfs *__restrict buf ) { return -1; -- cgit v1.2.3