-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add fdopendir #550
add fdopendir #550
Conversation
src/unix/mod.rs
Outdated
@@ -328,6 +328,10 @@ extern { | |||
#[cfg_attr(all(target_os = "macos", target_arch = "x86"), | |||
link_name = "fdopen$UNIX2003")] | |||
pub fn fdopen(fd: ::c_int, mode: *const c_char) -> *mut ::FILE; | |||
|
|||
#[cfg(not(any(target_os = "macos", target_os = "ios")))] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should I define this function here or in every os module except macos?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah yeah let's just inline this definition in modules other than src/unix/bsd/apple
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
c3955ee
to
192a036
Compare
@bors: r+ Thanks! |
📌 Commit 192a036 has been approved by |
💔 Test failed - status-travis |
@bors: retry
…On Mon, Mar 13, 2017 at 6:32 PM, bors ***@***.***> wrote:
💔 Test failed - status-travis
<https://travis-ci.org/rust-lang/libc/builds/210727790>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#550 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAD95NGJBIWzRvrpbWYlDjYxC6s_r012ks5rldH3gaJpZM4MbOma>
.
|
💔 Test failed - status-travis |
@bors: retry
…On Tue, Mar 14, 2017 at 8:54 PM, bors ***@***.***> wrote:
💔 Test failed - status-travis
<https://travis-ci.org/rust-lang/libc/builds/211191290>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#550 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAD95E0Ou9K5Pt95ATeN-ulDxqEgNXPYks5rl0TzgaJpZM4MbOma>
.
|
💔 Test failed - status-travis |
@bors: retry |
💔 Test failed - status-appveyor |
@bors: retry
…On Thu, Mar 23, 2017 at 3:37 PM, bors ***@***.***> wrote:
💔 Test failed - status-appveyor
<https://ci.appveyor.com/project/rust-lang-libs/libc/build/1.0.361>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#550 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAD95FujZ6X-oYFRfqF4WcvhaWgSPEK_ks5rotgggaJpZM4MbOma>
.
|
🔒 Merge conflict |
☔ The latest upstream changes (presumably #551) made this pull request unmergeable. Please resolve the merge conflicts. |
fixed merge conflict. |
@bors: r+ |
📌 Commit 99a524d has been approved by |
☀️ Test successful - status-appveyor, status-travis |
No description provided.