Uh oh!
There was an error while loading. Please reload this page.
update blksize_t in raw to reflect libc change under openbsd - #30925
Conversation
alexcrichton
commented
Jan 15, 2016
alexcrichton
commented
Jan 15, 2016
@bors: rollup |
make `os::raw::tests::unix` test to pass again r? @alexcrichton
aturon
commented
Jan 16, 2016
I just wanted to check in on this: we had mega problems making a similar change on Android, which was similarly considered having non-first tier support. Are we confident this won't instigate the same sort of breakage and dependency hell we saw there? |
semarie
commented
Jan 16, 2016
@aturon I am not sure to exactly understand the question. Some days ago, I updated OpenBSD Rust-libc based on libc-test (test suite of libc), and checking the C code. It results several code update to adjust Rust-libc with C-libc (see rust-lang/libc#110 for all changes).
|
alexcrichton
commented
Jan 16, 2016
@aturon yes I suspect this to have far less breakage for two reasons:
I suspect it won't take long to mitigate any breakage that comes up, even if it does so. |
make
os::raw::tests::unixtest to pass againr? @alexcrichton