diff options
| -rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -3,7 +3,7 @@ What is it? | |||
| 3 | 3 | ||
| 4 | This is a standalone implementation of fortify source[0]. It is libc-agnostic | 4 | This is a standalone implementation of fortify source[0]. It is libc-agnostic |
| 5 | and simply overlays the system headers by using the #include_next extension found | 5 | and simply overlays the system headers by using the #include_next extension found |
| 6 | in GCC. It was initially intended to be used on musl[1] based Linux distributions. | 6 | in GCC. It was initially intended to be used on musl[1] based Linux distributions[2]. |
| 7 | 7 | ||
| 8 | 8 | ||
| 9 | Features | 9 | Features |
| @@ -107,3 +107,4 @@ write | |||
| 107 | 107 | ||
| 108 | [0] http://gcc.gnu.org/ml/gcc-patches/2004-09/msg02055.html | 108 | [0] http://gcc.gnu.org/ml/gcc-patches/2004-09/msg02055.html |
| 109 | [1] http://www.musl-libc.org/ | 109 | [1] http://www.musl-libc.org/ |
| 110 | [2] http://git.alpinelinux.org/cgit/aports/commit/?id=067a4f28825478911bb62be3b8da758d9722753e | ||
