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
..
2024-06-18 10:45:36 +02:00
2024-06-18 10:45:36 +02:00
2024-06-18 10:45:36 +02:00
2021-03-30 14:58:19 +05:30
2024-01-10 05:20:20 -08:00
2017-11-27 14:16:47 +00:00
2024-01-08 17:09:36 -03:00