We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dad7770 + 1ab4f6c commit 2f09d4cCopy full SHA for 2f09d4c
README.md
@@ -33,7 +33,7 @@ pub fn gethostname<'a>(buffer: &'a mut [u8]) -> Result<&'a CStr>;
33
nix target support consists of two tiers. While nix attempts to support all
34
platforms supported by [libc](https://github.com/rust-lang/libc), only some
35
platforms are actively supported due to either technical or manpower
36
-limitations. Support for platforms is split into two tiers:
+limitations. Support for platforms is split into three tiers:
37
38
* Tier 1 - Builds and tests for this target are run in CI. Failures of either
39
block the inclusion of new code.
0 commit comments