summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index ccae163..94f0b7b 100644
--- a/README
+++ b/README
@@ -6,7 +6,8 @@ and simply overlays the system headers by using the #include_next extension foun
6in GCC and clang. It was initially intended to be used on musl[1] based Linux 6in GCC and clang. It was initially intended to be used on musl[1] based Linux
7distributions. 7distributions.
8 8
9NOTE: It does *not* support C++. 9NOTE: It does *not* support C++. For C++ programs, the fortify headers
10will essentially be a no-op.
10 11
11Features 12Features
12======== 13========