summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsin2015-04-01 17:46:57 +0100
committersin2015-04-01 17:46:57 +0100
commite359fc6aceec9d08e6cb747488466eb43710f2a1 (patch)
treedd18b7494d294ba1ec9f86147f4652e462fcc5d7
parent73839e34a644fc95a9bc44603025b75aee74ef5b (diff)
Update README
-rw-r--r--README7
1 files changed, 4 insertions, 3 deletions
diff --git a/README b/README
index 145ff3c..7e9c111 100644
--- a/README
+++ b/README
@@ -1,9 +1,10 @@
1What is it? 1What is it?
2=========== 2===========
3 3
4This is a standalone implementation of fortify source[0]. It is libc-agnostic 4This is a standalone implementation of fortify source[0]. It provides
5and simply overlays the system headers by using the #include_next extension found 5compile time buffer checks. It is libc-agnostic and simply overlays the
6in GCC. It was initially intended to be used on musl[1] based Linux distributions[2]. 6system headers by using the #include_next extension found in GCC. It was
7initially intended to be used on musl[1] based Linux distributions[2].
7 8
8 9
9Features 10Features