* include/sys/param.h (MAXPATHLEN): Define.
This commit is contained in:
@ -33,6 +33,9 @@
|
||||
#define BIG_ENDIAN 4321
|
||||
#define LITTLE_ENDIAN 1234
|
||||
#define BYTE_ORDER LITTLE_ENDIAN
|
||||
|
||||
#define MAXPATHLEN PATH_MAX
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user