summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/winf.h
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/winf.h')
-rw-r--r--winsup/cygwin/winf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/winf.h b/winsup/cygwin/winf.h
index 079ef3045..8fb6470c8 100644
--- a/winsup/cygwin/winf.h
+++ b/winsup/cygwin/winf.h
@@ -18,7 +18,7 @@ details. */
#define MAXCYGWINCMDLEN 30000
#define MAXWINCMDLEN 32767
-#define LINE_BUF_CHUNK (CYG_MAX_PATH * 2)
+#define LINE_BUF_CHUNK (MAX_PATH * 2)
class av
{