aboutsummaryrefslogtreecommitdiff
path: root/doc/software.md
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-05-10 23:06:32 -0700
committerMichael Forney <mforney@mforney.org>2019-05-10 23:06:32 -0700
commitdcedc7ba9a87d1bbe1677ac990a2c9add3669158 (patch)
tree9916e7ae8dc34a54fff78910047a35d184e8880c /doc/software.md
parent12b0ce5f5a6773096ab811169dcd451fcbe109c2 (diff)
Mention sbase issues with glibc
Diffstat (limited to 'doc/software.md')
-rw-r--r--doc/software.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/software.md b/doc/software.md
index ec9ded1..a97e111 100644
--- a/doc/software.md
+++ b/doc/software.md
@@ -5,9 +5,11 @@ special procedures necessary.
## sbase
-Builds without issue as of [ef9f6f35].
+Builds without issue with musl. On glibc, there are some errors due to
+the declaration of `strsep` conflicting with the system declaration in
+usage of `restrict` (see [#50]).
-[ef9f6f35]: https://git.suckless.org/sbase/commit/ef9f6f359a0762b738302ae05822514d72b70450.html
+[#50]: https://todo.sr.ht/~mcf/cc-issues/50
## mcpp