aboutsummaryrefslogtreecommitdiff
path: root/toolchain/fortify-headers/patches/002-strings.h-add-__extension__-mark.patch
Commit message (Collapse)AuthorAge
* fortify-headers: add __extension__ mark to strings.hMatthias Van Parys2023-07-12
Add the __extension__ mark before #include_next in strings.h to avoid a compiler error when -pedantic is enabled. This has been done for all other headers in the past. Signed-off-by: Matthias Van Parys <matthias.vanparys@softathome.com>