fortify-headers: add __extension__ mark to strings.h
authorMatthias Van Parys <matthias.vanparys@softathome.com>
Tue, 11 Jul 2023 08:47:53 +0000 (10:47 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Wed, 12 Jul 2023 18:24:56 +0000 (20:24 +0200)
commit2425d6df121082a8643459ac7996334779792a59
tree5773246eff2728fb761f72805361663d9ab79928
parentcff3786bd54cec8276f1fd08d5c6697846f393a5
fortify-headers: add __extension__ mark to strings.h

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>
toolchain/fortify-headers/patches/002-strings.h-add-__extension__-mark.patch [new file with mode: 0644]