diff options
| author | Sasi Kumar Maddineni <quic_sasikuma@quicinc.com> | 2025-10-29 11:11:19 +0530 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-10-29 21:02:20 -0700 |
| commit | aa430364a26e2f763644648675d45d62b678cccb (patch) | |
| tree | 62fd5ab5ca58fc74c6a58f05378d6fb6a1a07672 /meta-python/recipes-devtools/python/python3-pydbus/0003-Support-transformation-between-D-Bus-errors-and-exce.patch | |
| parent | 838dbfc496a2940b060c19f7bfc8e080f7b68e40 (diff) | |
| download | meta-openembedded-aa430364a26e2f763644648675d45d62b678cccb.tar.gz | |
libunwind: guard unreachable() macro to avoid redefinition with stddef.h
The build fails due to a macro redefinition conflict for `unreachable()`.
GCC 15.2.0 defines `unreachable()` in `stddef.h`, and `libunwind_i.h` also
defines it based on the presence of `HAVE__BUILTIN_UNREACHABLE`. This causes
a redefinition error when building with `-Werror`.
Added a guard around the `unreachable()` macro definition in `libunwind_i.h`
to ensure it is only defined if not already present.
Signed-off-by: Sasi Kumar Maddineni <quic_sasikuma@quicinc.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pydbus/0003-Support-transformation-between-D-Bus-errors-and-exce.patch')
0 files changed, 0 insertions, 0 deletions
