diff options
Diffstat (limited to 'winsup/cygwin/include/sys/mount.h')
-rw-r--r-- | winsup/cygwin/include/sys/mount.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/include/sys/mount.h b/winsup/cygwin/include/sys/mount.h index 2c4ad30a3..5f640178f 100644 --- a/winsup/cygwin/include/sys/mount.h +++ b/winsup/cygwin/include/sys/mount.h @@ -7,7 +7,7 @@ extern "C" { enum { - /* MOUNT_SYMLINK = 1, place holder. Do not use it. */ + MOUNT_SYMLINK = 1, /* "mount point" is a symlink */ MOUNT_BINARY = 2, /* "binary" format read/writes */ MOUNT_SYSTEM = 8, /* mount point came from system table */ MOUNT_EXEC = 16, /* Any file in the mounted directory gets 'x' bit */ |