diff options
author | Michael Forney <mforney@mforney.org> | 2019-05-10 23:06:32 -0700 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2019-05-10 23:06:32 -0700 |
commit | dcedc7ba9a87d1bbe1677ac990a2c9add3669158 (patch) | |
tree | 9916e7ae8dc34a54fff78910047a35d184e8880c /doc/software.md | |
parent | 12b0ce5f5a6773096ab811169dcd451fcbe109c2 (diff) |
Mention sbase issues with glibc
Diffstat (limited to 'doc/software.md')
-rw-r--r-- | doc/software.md | 6 |
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 |