summaryrefslogtreecommitdiff
path: root/src/sched.rs
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2017-08-09 15:31:02 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2017-08-09 15:31:02 +0000
commit087aece15568b3e7cb6a351301e2afc83c746ca7 (patch)
tree6a52bfa5e5904bad06565ab1590dcf3caae8229a /src/sched.rs
parent6334f55650845ce84623b9744aa83c5de2f98423 (diff)
parent0fbd22362e5e08f73154fc6a87af221e8f0a9075 (diff)
downloadnix-087aece15568b3e7cb6a351301e2afc83c746ca7.zip
Merge #688
688: Support for OpenBSD r=Susurrus Fixes #685 These changes get nix building on OpenBSD 6.1. There is one failing test that I want a little guidance on: ``` error[E0308]: mismatched types --> src/sys/event.rs:333:30 | 333 | assert!(expected.data == actual.data()); | ^^^^^^^^^^^^^ expected i64, found isize ``` `KEvent::data` is: ``` pub fn data(&self) -> intptr_t { self.kevent.data as intptr_t } ``` I assume the test should be updated to cast to the expected type but wanted to confirm that before making the change.
Diffstat (limited to 'src/sched.rs')
0 files changed, 0 insertions, 0 deletions