mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-21 18:50:50 +01:00
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:
parent
04b4dcf04f
commit
9a3f7fb46c
@ -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)
|
||||
{
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user