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:
Jérôme Duval 2008-02-23 22:31:19 +00:00
parent f8cb1f478c
commit b3918e2f66

View File

@ -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 */