summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-06-14 20:18:56 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-06-14 20:18:56 +0000
commit4ecc390933de3f8be570aa67870d4263e6d99b18 (patch)
treec57dc91036ce897cc3a1c7a28d0c6ae0fe9c4385 /cpukit/libcsupport/include
parentWrong prototype corrected. (diff)
downloadrtems-4ecc390933de3f8be570aa67870d4263e6d99b18.tar.bz2
RTEMS_FILESYSTEM_READ_WRITE_ONLY changed to RTEMS_FILESYSTEM_READ_WRITE
for simplicity.
Diffstat (limited to 'cpukit/libcsupport/include')
-rw-r--r--cpukit/libcsupport/include/rtems/libio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libcsupport/include/rtems/libio.h b/cpukit/libcsupport/include/rtems/libio.h
index 6ded1e361d..e3b0e5316e 100644
--- a/cpukit/libcsupport/include/rtems/libio.h
+++ b/cpukit/libcsupport/include/rtems/libio.h
@@ -331,7 +331,7 @@ struct rtems_filesystem_mount_table_entry_tt{
typedef enum
{
RTEMS_FILESYSTEM_READ_ONLY,
- RTEMS_FILESYSTEM_READ_WRITE_ONLY,
+ RTEMS_FILESYSTEM_READ_WRITE,
RTEMS_FILESYSTEM_BAD_OPTIONS
} rtems_filesystem_options_t;