diff --git a/libc/include/stdint.h b/libc/include/stdint.h index c795893d3..6e2f311d3 100644 --- a/libc/include/stdint.h +++ b/libc/include/stdint.h @@ -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__