aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/include/sys/mount.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/include/sys/mount.h b/sys/include/sys/mount.h
index 2eb885d..209fa3e 100644
--- a/sys/include/sys/mount.h
+++ b/sys/include/sys/mount.h
@@ -66,7 +66,7 @@ struct fs_info {
/*
* Mount flags
*/
-#define MNT_RDONLY 0x00000000
+#define MNT_RDONLY 0x00000001
#if defined(_KERNEL)
int vfs_mount(const char *path, int mntflags);