Changes in uspace/lib/posix/limits.h [67c64b9f:14aa03a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/limits.h
r67c64b9f r14aa03a 36 36 #define POSIX_LIMITS_H_ 37 37 38 #include "stdint.h"39 38 #include "libc/sys/types.h" 40 39 … … 46 45 #define USHRT_MAX USHORT_MAX 47 46 48 #undef PATH_MAX49 #define PATH_MAX 25650 51 47 #endif /* POSIX_LIMITS_H_ */ 52 48
Note:
See TracChangeset
for help on using the changeset viewer.