diff options
| author | sin | 2015-03-14 11:10:16 +0000 |
|---|---|---|
| committer | sin | 2015-03-14 11:11:04 +0000 |
| commit | 941949299871d446c95765a7b22d95f2755fa615 (patch) | |
| tree | db7e21f5ee1f35cdf89c4c9ebda1d64d5c67510a /README | |
| parent | 0932a82adaa80cda3c81100266306baccf05397e (diff) | |
Update the README
__builtin_va_arg_pack() is not present in clang along with some
other things like __artificial__ etc.
There will be a fallback mechanism for this implemented in the
next release.
Diffstat (limited to 'README')
| -rw-r--r-- | README | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -3,8 +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 and clang. It was initially intended to be used on musl[1] based Linux | 6 | in GCC. It was initially intended to be used on musl[1] based Linux distributions. |
| 7 | distributions. | ||
| 8 | 7 | ||
| 9 | 8 | ||
| 10 | Features | 9 | Features |
