am 4bbf3a8b: Merge "Remove #define _BITSIZE 32."

* commit '4bbf3a8b558ea8b5ce62f2d1ee2599a8e95c21c0':
  Remove #define _BITSIZE 32.
This commit is contained in:
Elliott Hughes 2013-10-02 10:08:58 -07:00 committed by Android Git Automerger
commit 2e2a4f97bf

View File

@ -256,8 +256,6 @@ typedef int64_t intmax_t;
# define WINT_MIN INT32_MIN
#endif
#define _BITSIZE 32
/* Keep the kernel from trying to define these types... */
#define __BIT_TYPES_DEFINED__