glibc/sysdeps
H.J. Lu a194871b13 sys/platform/x86.h: Do not depend on _Bool definition in C++ mode
Clang does not define _Bool for -std=c++98:

/usr/include/bits/platform/features.h:31:19: error: unknown type name '_Bool'
   31 | static __inline__ _Bool
      |                   ^

Change _Bool to bool to silence clang++ error.

Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
Reviewed-by: Florian Weimer <fweimer@redhat.com>
2024-12-18 02:32:27 +08:00
..
aarch64 AArch64: Improve codegen of AdvSIMD expf family 2024-12-17 15:28:22 +00:00
alpha math: Use tanf from CORE-MATH 2024-11-22 10:52:27 -03:00
arc elf: Consolidate stackinfo.h 2024-12-02 17:14:58 +00:00
arm math: Use tanf from CORE-MATH 2024-11-22 10:52:27 -03:00
csky elf: Consolidate stackinfo.h 2024-12-02 17:14:58 +00:00
generic malloc: Optimize small memory clearing for calloc 2024-12-04 04:28:15 +08:00
gnu sysdeps: Re-flow and sort multiline gnu/Makefile definitions 2024-08-07 11:02:03 -03:00
hppa hppa: Update libm-test-ulps 2024-12-15 09:24:53 -05:00
htl htl: move pthread_sigmask into libc. 2024-12-14 23:13:14 +01:00
hurd hurd: Move internal functions to internal header 2024-03-23 22:43:07 +01:00
i386 Implement C23 atan2pi 2024-12-12 20:57:44 +00:00
ieee754 ldbl-96: Set -1 to "int sign_exponent:16" 2024-12-18 01:54:26 +08:00
loongarch elf: Consolidate stackinfo.h 2024-12-02 17:14:58 +00:00
m68k nptl: Add <thread_pointer.h> for m68k 2024-12-09 20:24:26 +00:00
mach htl: move pthread_sigmask into libc. 2024-12-14 23:13:14 +01:00
microblaze Remove nios2-linux-gnu 2024-11-28 14:03:25 -03:00
mips math: Use tanf from CORE-MATH 2024-11-22 10:52:27 -03:00
nptl linux: Add support for getrandom vDSO 2024-11-12 14:42:12 -03:00
or1k or1k: Update libm-test-ulps 2024-12-15 00:42:27 +00:00
posix Silence most -Wzero-as-null-pointer-constant diagnostics 2024-11-25 16:45:59 -03:00
powerpc Implement C23 atan2pi 2024-12-12 20:57:44 +00:00
pthread Use empty initializer to silence GCC 4.9 or older 2024-12-16 04:06:30 +08:00
riscv nptl: Add <thread_pointer.h> for RISC-V 2024-12-09 13:26:55 -05:00
s390 s390: Simplify elf_machine_{load_address, dynamic} [BZ #31799] 2024-12-13 09:44:38 +01:00
sh math: Use tanf from CORE-MATH 2024-11-22 10:52:27 -03:00
sparc math: Add sinpi,cospi,tanpi sparc64 ulps 2024-12-08 22:01:51 +01:00
unix sys/platform/x86.h: Do not depend on _Bool definition in C++ mode 2024-12-18 02:32:27 +08:00
wordsize-32 Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
wordsize-64 Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
x86 sys/platform/x86.h: Do not depend on _Bool definition in C++ mode 2024-12-18 02:32:27 +08:00
x86_64 Silence Clang #include_next error 2024-12-18 01:22:48 +08:00