include: ssp: fix last bare inline

This was missed in b8730c11a3 ("include: ssp: fix the build [...]"),
but <ssp/wchar.h> also had a bare `inline` in use.  Swap it over to
__ssp_inline as well.

Reported by:	netchild
Sponsored by:	Klara, Inc.
Sponsored by:	Stormshield
This commit is contained in:
Kyle Evans 2024-07-20 23:16:24 -05:00
parent 04b4dcf04f
commit 9a3f7fb46c

View file

@ -31,7 +31,7 @@
#if __SSP_FORTIFY_LEVEL > 0
static inline int
__ssp_inline int
__ssp_wchar_overlap(const void *leftp, const void *rightp, size_t len)
{