summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2017-12-08 14:44:02 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2017-12-08 14:44:02 +0000
commit7eaa20810a656158e4d57b792c58481f10987788 (patch)
tree0d2611e909d5eaa301211bdd0cb321ac57852d92 /README.md
parentd96518cf1b1877f1d8445e3e0e878fd25fbc822c (diff)
parenta79d228de73141f9e816d4f23ebd0c8c4ed37f6f (diff)
downloadnix-7eaa20810a656158e4d57b792c58481f10987788.zip
Merge #807
807: Switch to libc definitons of errno constants r=Susurrus a=Susurrus Still need to do OpenBSD and NetBSD. Primary goal with this first pass is to see what doesn't exist properly in `libc`. Closes #487.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5ca0ccdf..317567f5 100644
--- a/README.md
+++ b/README.md
@@ -98,6 +98,7 @@ Then, add this to your crate root:
```rust,ignore
extern crate nix;
```
+
## Contributing
Contributions are very welcome. Please See [CONTRIBUTING](CONTRIBUTING.md) for