summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/dosfs/msdos_dir.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2013-11-27 13:06:16 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-11-27 13:06:16 -0600
commit03e54614a3ca200d67736b8f0ae73a3063edcbee (patch)
tree5f9bf9c2ab71a9b422d377a9a3206a573e9663f6 /cpukit/libfs/src/dosfs/msdos_dir.c
parentpsxtmtests_plan.csv: Add explicit No status (diff)
downloadrtems-03e54614a3ca200d67736b8f0ae73a3063edcbee.tar.bz2
statvfs filesystem handlers: Remove restrict
Diffstat (limited to 'cpukit/libfs/src/dosfs/msdos_dir.c')
-rw-r--r--cpukit/libfs/src/dosfs/msdos_dir.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/libfs/src/dosfs/msdos_dir.c b/cpukit/libfs/src/dosfs/msdos_dir.c
index ffc9f7f7a9..d7f6823ec9 100644
--- a/cpukit/libfs/src/dosfs/msdos_dir.c
+++ b/cpukit/libfs/src/dosfs/msdos_dir.c
@@ -383,8 +383,8 @@ msdos_dir_read(rtems_libio_t *iop, void *buffer, size_t count)
*/
int
msdos_dir_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;