Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2003-03-17 01:18:05 +0300
committerDanny Smith <dannysmith@users.sourceforge.net>2003-03-17 01:18:05 +0300
commit5652f74ed23eb1c4dec33d8ee9bc0bf0673548b9 (patch)
treeae1be7483cf64fcb1ef2db6910a2df66c889dc29 /winsup/mingw/include/sys/param.h
parente685ccffdf3ef6ffca20c29477594176a63c16e5 (diff)
* include/sys/param.h (MAXPATHLEN): Define.
Diffstat (limited to 'winsup/mingw/include/sys/param.h')
-rw-r--r--winsup/mingw/include/sys/param.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/mingw/include/sys/param.h b/winsup/mingw/include/sys/param.h
index 0d55c5512..5ff4c8779 100644
--- a/winsup/mingw/include/sys/param.h
+++ b/winsup/mingw/include/sys/param.h
@@ -33,6 +33,9 @@
#define BIG_ENDIAN 4321
#define LITTLE_ENDIAN 1234
#define BYTE_ORDER LITTLE_ENDIAN
+
+#define MAXPATHLEN PATH_MAX
+
#endif
#endif