fortify-headers

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

commit 5933d58bdebd71cbfaea71fed6d3488abeb7b5d6
parent ef43d8c0a5bf19437b9d3b6d1ea5821af4579d8c
Author: sin <sin@2f30.org>
Date:   Wed, 11 Mar 2015 15:31:47 +0000

Clarify what is meant by not supporting C++

Diffstat:
MREADME | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README b/README @@ -6,7 +6,8 @@ and simply overlays the system headers by using the #include_next extension foun in GCC and clang. It was initially intended to be used on musl[1] based Linux distributions. -NOTE: It does *not* support C++. +NOTE: It does *not* support C++. For C++ programs, the fortify headers +will essentially be a no-op. Features ========