mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-30 02:50:25 +08:00
* include/sys/param.h (MAXPATHLEN): Define.
This commit is contained in:
parent
e685ccffdf
commit
5652f74ed2
@ -1,3 +1,7 @@
|
||||
2003-03-16 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* include/sys/param.h (MAXPATHLEN): Define.
|
||||
|
||||
2003-03-16 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* include/tchar.h: Ansi-fy a comment.
|
||||
|
@ -33,6 +33,9 @@
|
||||
#define BIG_ENDIAN 4321
|
||||
#define LITTLE_ENDIAN 1234
|
||||
#define BYTE_ORDER LITTLE_ENDIAN
|
||||
|
||||
#define MAXPATHLEN PATH_MAX
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user