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/libfs/src/dosfs/msdos_file.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/libfs/src/dosfs/msdos_file.c') diff --git a/cpukit/libfs/src/dosfs/msdos_file.c b/cpukit/libfs/src/dosfs/msdos_file.c index 03bf6d608e..b19b848786 100644 --- a/cpukit/libfs/src/dosfs/msdos_file.c +++ b/cpukit/libfs/src/dosfs/msdos_file.c @@ -189,8 +189,8 @@ msdos_file_write(rtems_libio_t *iop,const void *buffer, size_t count) */ int msdos_file_stat( - const rtems_filesystem_location_info_t *__restrict loc, - struct stat *__restrict buf + const rtems_filesystem_location_info_t *loc, + struct stat *buf ) { rtems_status_code sc = RTEMS_SUCCESSFUL; -- cgit v1.2.3