From b78ae0367fffcd127673cc61b4c6884479ccd86d Mon Sep 17 00:00:00 2001 From: Jessica Clarke Date: Sun, 29 Jan 2023 23:17:39 +0000 Subject: [PATCH] Revert "tools/build: Unbreak bmake bootstrap on Linux" Now that make.py no longer has the described hack on Linux we can drop this ugly workaround. This reverts commit fba998a3d897e6297baca74068e4ec1db7adaeec. --- tools/build/cross-build/include/common/sys/types.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tools/build/cross-build/include/common/sys/types.h b/tools/build/cross-build/include/common/sys/types.h index 0bfe2bac2ae..82436e7e922 100644 --- a/tools/build/cross-build/include/common/sys/types.h +++ b/tools/build/cross-build/include/common/sys/types.h @@ -69,15 +69,7 @@ struct cap_rights; typedef struct cap_rights cap_rights_t; -/* - * make.py uses these headers during the bmake bootstrap on Linux only, at - * which point sys/bitcount.h won't yet exist, so don't include it there. - * - * TODO: Untangle this mess. - */ -#if __has_include() /* Needed for bitstring */ #include -#endif #endif