Skip to content

Commit

Permalink
Mention C libraries as a known limitation.
Browse files Browse the repository at this point in the history
Mustang completely replaces libc, but it doesn't yet have all the
features of a libc, in particular the "top half", which Rust code
doesn't use, but which is common to use from C.
  • Loading branch information
sunfishcode committed Dec 2, 2021
1 parent cabc9b6 commit 05c26d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@ Known limitations in `mustang` include:

- No support for dynamic linking yet.
- No support for `std::sync::Condvar` yet.

[#34]: https://github.com/sunfishcode/mustang/issues/34
- Many missing features needed for libraries written in C.

## Background

Expand Down

0 comments on commit 05c26d5

Please sign in to comment.