Cygwin: sys/mount.h: fix comment

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2019-02-19 19:34:40 +01:00
parent 1d35a003fd
commit dd415f1a8c
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ extern "C" {
enum
{
MOUNT_TEXT = _BIT ( 0), /* "binary" format read/writes */
MOUNT_TEXT = _BIT ( 0), /* "text" format read/writes */
MOUNT_SYSTEM = _BIT ( 3), /* mount point came from system table */
MOUNT_EXEC = _BIT ( 4), /* Any file in the mounted directory
gets 'x' bit */