summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjvoisin2023-12-05 19:14:46 +0100
committerjvoisin2023-12-05 19:14:46 +0100
commitd3e8c46239dcd317916720b823f99dc5d22b97dd (patch)
treef3a5a2a17b0257077e1f0493480c35e9aa1465d2 /README.md
parent7e6100d98005d1c125441915aaba1bfc6b5166fd (diff)
Update the README
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 5ec6c5a..a6315b7 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,8 @@
1# What is it? 1# What is it?
2 2
3This is a standalone implementation of 3This is a standalone implementation of
4[fortify source]( http://gcc.gnu.org/ml/gcc-patches/2004-09/msg02055.html ) 4[fortify source]( http://gcc.gnu.org/ml/gcc-patches/2004-09/msg02055.html ).
5based on [the one](https://git.2f30.org/fortify-headers/) from 5It provides compile time buffer checks.
6[sin](https://u.2f30.org/sin/). It provides compile time buffer checks.
7It is libc-agnostic and simply overlays the system headers by using the 6It is libc-agnostic and simply overlays the system headers by using the
8[`#include_next`](https://gcc.gnu.org/onlinedocs/cpp/Wrapper-Headers.html) 7[`#include_next`](https://gcc.gnu.org/onlinedocs/cpp/Wrapper-Headers.html)
9extension found in GCC, and 8extension found in GCC, and