mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-18 20:23:32 +08:00
Merge pull request #332 from grissiom/fix-minilibc
minilibc: define SIZE_MAX in stdint.h
This commit is contained in:
commit
7bd85ac547
@ -43,4 +43,6 @@ typedef unsigned long long uint64_t;
|
||||
#define LONG_MIN (-LONG_MAX - 1)
|
||||
#define ULONG_MAX (~0UL)
|
||||
|
||||
#define SIZE_MAX ULONG_MAX
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user