fortify-headers

standalone fortify-source implementation
git clone git://git.2f30.org/fortify-headers
Log | Files | Refs | README | LICENSE

commit 95441d2647a149ffa6db4a81c0a19e96e3b56ba5
parent ca2df4878c2539c6a66553df182758a01ebcdcb8
Author: q66 <q66@chimera-linux.org>
Date:   Fri, 15 Dec 2023 23:42:21 +0100

Fix missing } for extern "C" when using clang

Diffstat:
Minclude/stdlib.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/stdlib.h b/include/stdlib.h @@ -171,12 +171,12 @@ _FORTIFY_FN(realpath) char *realpath(const char *__p, char *__r) } #endif +#endif // clang + #ifdef __cplusplus } #endif -#endif // clang - #endif // _FORTIFY_SOURCE #endif