am 5cde15eb: Merge "<stdint.h> should expose SIZE_MAX."

* commit '5cde15eb17f4ddc0949c0cbd38a46e6c0bad7019':
  <stdint.h> should expose SIZE_MAX.
This commit is contained in:
Elliott Hughes
2013-06-12 10:58:23 -07:00
committed by Android Git Automerger

View File

@@ -30,6 +30,7 @@
#include <stddef.h> #include <stddef.h>
#include <sys/_types.h> #include <sys/_types.h>
#include <machine/limits.h> /* For SIZE_MAX. */
#if !defined(__cplusplus) || defined(__STDC_LIMIT_MACROS) #if !defined(__cplusplus) || defined(__STDC_LIMIT_MACROS)
# define __STDINT_LIMITS # define __STDINT_LIMITS