summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorsin2015-03-13 23:09:15 +0000
committersin2015-03-13 23:09:15 +0000
commitd12254166a55d17932ea4143fbd50fb52539ff8b (patch)
tree5305a94b78698f8d94b20370e59647276c7b47d0 /README
parentc4abf4497ba24d716250af4186757b5c5952f54e (diff)
Restore C++ support
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 0 insertions, 2 deletions
diff --git a/README b/README
index 94f0b7b..d051434 100644
--- a/README
+++ b/README
@@ -6,8 +6,6 @@ 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++. For C++ programs, the fortify headers
10will essentially be a no-op.
11 9
12Features 10Features
13======== 11========