-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
i686-unknown-openbsd libc correction #462
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
@bors: r+ |
📌 Commit 2126c45 has been approved by |
i686-unknown-openbsd libc correction Now I had been able to run testsuite on i686-unknown-openbsd, here a batch of corrections. - `suseconds_t` is `c_long` (`i64` or `i32` depending the arch) - struct siginfo_t padding adjustment (the pointer `si_addr` makes the pad to change depending pointer size) I tested the PR on i686-unknown-openbsd and x86_64-unknown-openbsd.
💔 Test failed - status-travis |
@bors: retry
…On Fri, Dec 2, 2016 at 10:12 AM, bors ***@***.***> wrote:
💔 Test failed - status-travis
<https://travis-ci.org/rust-lang/libc/builds/180770563>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#462 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAD95DtF3ACoXPME-Rnve3m_y_GhzFpXks5rEF-GgaJpZM4LCgyC>
.
|
i686-unknown-openbsd libc correction Now I had been able to run testsuite on i686-unknown-openbsd, here a batch of corrections. - `suseconds_t` is `c_long` (`i64` or `i32` depending the arch) - struct siginfo_t padding adjustment (the pointer `si_addr` makes the pad to change depending pointer size) I tested the PR on i686-unknown-openbsd and x86_64-unknown-openbsd.
💔 Test failed - status-travis |
@bors: retry |
i686-unknown-openbsd libc correction Now I had been able to run testsuite on i686-unknown-openbsd, here a batch of corrections. - `suseconds_t` is `c_long` (`i64` or `i32` depending the arch) - struct siginfo_t padding adjustment (the pointer `si_addr` makes the pad to change depending pointer size) I tested the PR on i686-unknown-openbsd and x86_64-unknown-openbsd.
☀️ Test successful - status-appveyor, status-travis |
@alexcrichton is it possible to release a new (minor) version of libc ? it is a bit annoying to have to patch 0.2.18 to have proper libc supports for openbsd i686. thanks. |
thanks ! |
Update CHANGELOD.md to include CLONE_NEWCGROUP Add note about CLONE_NEWCGROUP from pull request rust-lang#457 to CHANGELOG.md. Signed-off-by: Dylan Reid <dgreid@chromium.org>
Now I had been able to run testsuite on i686-unknown-openbsd, here a batch of corrections.
suseconds_t
isc_long
(i64
ori32
depending the arch)si_addr
makes the pad to change depending pointer size)I tested the PR on i686-unknown-openbsd and x86_64-unknown-openbsd.