* path.h (INTERIX_SYMLINK_COOKIE): Define.

* path.cc (symlink_info::check_sysfile): Read Interix symlinks as well.
This commit is contained in:
Corinna Vinschen
2009-08-26 20:32:35 +00:00
parent 50bd7b0bb6
commit 2671595b4a
3 changed files with 38 additions and 6 deletions

View File

@ -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