summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsin2015-03-11 15:31:47 +0000
committersin2015-03-11 15:31:47 +0000
commit5933d58bdebd71cbfaea71fed6d3488abeb7b5d6 (patch)
treeaee3a8605683255293318c0fccf9580085703493
parentef43d8c0a5bf19437b9d3b6d1ea5821af4579d8c (diff)
Clarify what is meant by not supporting C++
-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========