From c114dfb0c0fa383d09bdb15cb03a81a0dce51356 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sun, 26 Mar 2000 01:54:22 +0000 Subject: * path.cc (symlink_check_one): Recognize symlink settings from the mount table. * path.h: Make PATH_SYMLINK an alias for MOUNT_SYMLINK. * syscalls.cc (stat_worker): Use extension search mechanism in path_conv to look for .exe rather than trying to special case it here. * mount.h: Make MOUNT_SYMLINK a real option. --- winsup/cygwin/include/sys/mount.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/include/sys') 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 */ -- cgit v1.2.3