added SIZE_MAX to stdint.h
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24085 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
f8cb1f478c
commit
b3918e2f66
@ -120,6 +120,9 @@ typedef uint32_t uintptr_t;
|
||||
typedef signed long long intmax_t;
|
||||
typedef unsigned long long uintmax_t;
|
||||
|
||||
/* Other types */
|
||||
#define SIZE_MAX UINT32_MAX
|
||||
|
||||
|
||||
/* BSD compatibility */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user