am dc5f5f85: am f1867d47: Merge "Revert "Add SIZE_MAX to <stdint.h> in a way that might actually work.""

* commit 'dc5f5f857c7bf218d33212044539eb73b3fab5f1':
  Revert "Add SIZE_MAX to <stdint.h> in a way that might actually work."
This commit is contained in:
Elliott Hughes 2013-06-12 15:26:46 -07:00 committed by Android Git Automerger
commit 460b70d063

View File

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