glibc/sysdeps/x86/bits
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
..
platform sys/platform/x86.h: Do not depend on _Bool definition in C++ mode 2024-12-18 02:32:27 +08:00
dl_find_object.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
endianness.h Split up endian.h to minimize exposure of BYTE_ORDER. 2019-10-01 14:54:46 -07:00
floatn.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
flt-eval-method.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
fp-logb.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
indirect-return.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
link.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
setjmp.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
wordsize.h login: structs utmp, utmpx, lastlog _TIME_BITS independence (bug 30701) 2024-04-19 14:38:17 +02:00