commit | 4bbf3a8b558ea8b5ce62f2d1ee2599a8e95c21c0 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Oct 02 17:06:44 2013 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Oct 02 17:06:44 2013 +0000 |
tree | c2a2371540e72a9aecdb555efdd5705ac2a7a85f | |
parent | 70e1730c38ad91cf65425e29732b5c041dd0cf43 [diff] | |
parent | 5e72c513bf034bb4f657380aec567e3ebce447a2 [diff] |
Merge "Remove #define _BITSIZE 32."
diff --git a/libc/include/stdint.h b/libc/include/stdint.h index c795893..6e2f311 100644 --- a/libc/include/stdint.h +++ b/libc/include/stdint.h
@@ -256,8 +256,6 @@ # define WINT_MIN INT32_MIN #endif -#define _BITSIZE 32 - /* Keep the kernel from trying to define these types... */ #define __BIT_TYPES_DEFINED__