* path.h (INTERIX_SYMLINK_COOKIE): Define.
* path.cc (symlink_info::check_sysfile): Read Interix symlinks as well.
This commit is contained in:
@ -258,6 +258,9 @@ class path_conv
|
||||
/* Socket marker */
|
||||
#define SOCKET_COOKIE "!<socket >"
|
||||
|
||||
/* Interix symlink marker */
|
||||
#define INTERIX_SYMLINK_COOKIE "IntxLNK\1"
|
||||
|
||||
int __stdcall slash_unc_prefix_p (const char *path) __attribute__ ((regparm(1)));
|
||||
|
||||
enum fe_types
|
||||
|
Reference in New Issue
Block a user