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:
@@ -120,6 +120,9 @@ typedef uint32_t uintptr_t;
|
|||||||
typedef signed long long intmax_t;
|
typedef signed long long intmax_t;
|
||||||
typedef unsigned long long uintmax_t;
|
typedef unsigned long long uintmax_t;
|
||||||
|
|
||||||
|
/* Other types */
|
||||||
|
#define SIZE_MAX UINT32_MAX
|
||||||
|
|
||||||
|
|
||||||
/* BSD compatibility */
|
/* BSD compatibility */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user