Remove #define _BITSIZE 32.

I've no idea what _BITSIZE was supposed to be, glibc doesn't have it,
the BSDs don't have it, and no code is currently using it. But having
it set unconditionally to 32 sounds like a bad idea.

Change-Id: I900235c1489afba891fff0bc3b43e9d593249a4f
This commit is contained in:
Elliott Hughes
2013-10-02 09:23:46 -07:00
parent e26135ab18
commit 5e72c513bf

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__