Skip to content

Commit 7eaa208

Browse files
committed
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.
2 parents d96518c + a79d228 commit 7eaa208

File tree

12 files changed

+1137
-1867
lines changed

12 files changed

+1137
-1867
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ lazy_static = "1"
2323
rand = "0.3.8"
2424
tempdir = "0.3"
2525
tempfile = "2"
26-
nix-test = { path = "nix-test", version = "0.0.1" }
2726

2827
[[test]]
2928
name = "test"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ Then, add this to your crate root:
9898
```rust,ignore
9999
extern crate nix;
100100
```
101+
101102
## Contributing
102103

103104
Contributions are very welcome. Please See [CONTRIBUTING](CONTRIBUTING.md) for

nix-test/Cargo.toml

Lines changed: 0 additions & 15 deletions
This file was deleted.

nix-test/build.rs

Lines changed: 0 additions & 21 deletions
This file was deleted.

nix-test/src/const.c

Lines changed: 0 additions & 268 deletions
This file was deleted.

nix-test/src/lib.rs

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)