From 03e54614a3ca200d67736b8f0ae73a3063edcbee Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 27 Nov 2013 13:06:16 -0600 Subject: statvfs filesystem handlers: Remove restrict --- cpukit/libcsupport/include/rtems/libio.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cpukit/libcsupport/include/rtems/libio.h') diff --git a/cpukit/libcsupport/include/rtems/libio.h b/cpukit/libcsupport/include/rtems/libio.h index c1b7b73d7f..21d57ebddf 100644 --- a/cpukit/libcsupport/include/rtems/libio.h +++ b/cpukit/libcsupport/include/rtems/libio.h @@ -485,8 +485,8 @@ typedef int (*rtems_filesystem_rename_t)( * @see rtems_filesystem_default_statvfs(). */ typedef int (*rtems_filesystem_statvfs_t)( - const rtems_filesystem_location_info_t *__restrict loc, - struct statvfs *__restrict buf + const rtems_filesystem_location_info_t *loc, + struct statvfs *buf ); /** @@ -738,8 +738,8 @@ int rtems_filesystem_default_rename( * @see rtems_filesystem_statvfs_t. */ int rtems_filesystem_default_statvfs( - const rtems_filesystem_location_info_t *__restrict loc, - struct statvfs *__restrict buf + const rtems_filesystem_location_info_t *loc, + struct statvfs *buf ); /** @} */ -- cgit v1.2.3