diff options
Diffstat (limited to 'winsup/cygwin/path.h')
-rw-r--r-- | winsup/cygwin/path.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/winsup/cygwin/path.h b/winsup/cygwin/path.h index 0b2decc0d..f50d27d4a 100644 --- a/winsup/cygwin/path.h +++ b/winsup/cygwin/path.h @@ -272,8 +272,6 @@ class path_conv /* Socket marker */ #define SOCKET_COOKIE "!<socket >" -/* Maximum depth of symlinks (after which ELOOP is issued). */ -#define MAX_LINK_DEPTH 10 int __stdcall slash_unc_prefix_p (const char *path) __attribute__ ((regparm(1))); enum fe_types |