Cygwin: sys/mount.h: fix comment
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
1d35a003fd
commit
dd415f1a8c
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue