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>
Fri, 11 Aug 2023 10:53:33 +0000 (12:53 +0200)
commit26093cbc888c530481a4ac506608c819a889b32b
tree05d9792e3c9c31e4d9f7de3d4c174bad764b2398
parente99745659539e28102abd7421d418ec2dd7e3bc2
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>
(cherry picked from commit 2425d6df121082a8643459ac7996334779792a59)
toolchain/fortify-headers/patches/002-strings.h-add-__extension__-mark.patch [new file with mode: 0644]