Skip to content
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

unix: add fchdir(2) #496

Merged
merged 1 commit into from
Jan 17, 2017
Merged

unix: add fchdir(2) #496

merged 1 commit into from
Jan 17, 2017

Conversation

lucab
Copy link
Contributor

@lucab lucab commented Jan 15, 2017

Add missing fchdir(2) function - chdir to an open file descriptor.

Fixes #495

@rust-highfive
Copy link

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @alexcrichton (or someone else) soon.

If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.

Please see the contribution instructions for more information.

@alexcrichton
Copy link
Member

@bors: r+

Thanks!

@bors
Copy link
Contributor

bors commented Jan 15, 2017

📌 Commit 7a26079 has been approved by alexcrichton

@bors
Copy link
Contributor

bors commented Jan 15, 2017

⌛ Testing commit 7a26079 with merge 767e9d8...

bors added a commit that referenced this pull request Jan 15, 2017
unix: add fchdir(2)

Add missing [fchdir(2)](http://pubs.opengroup.org/onlinepubs/9699919799/functions/fchdir.html) function - chdir to an open file descriptor.

Fixes #495
@bors
Copy link
Contributor

bors commented Jan 16, 2017

💥 Test timed out

@alexcrichton
Copy link
Member

alexcrichton commented Jan 16, 2017 via email

@bors
Copy link
Contributor

bors commented Jan 16, 2017

⌛ Testing commit 7a26079 with merge 5800fa3...

bors added a commit that referenced this pull request Jan 16, 2017
unix: add fchdir(2)

Add missing [fchdir(2)](http://pubs.opengroup.org/onlinepubs/9699919799/functions/fchdir.html) function - chdir to an open file descriptor.

Fixes #495
@bors
Copy link
Contributor

bors commented Jan 17, 2017

💥 Test timed out

@alexcrichton
Copy link
Member

alexcrichton commented Jan 17, 2017 via email

@bors
Copy link
Contributor

bors commented Jan 17, 2017

⌛ Testing commit 7a26079 with merge d1a7591...

bors added a commit that referenced this pull request Jan 17, 2017
unix: add fchdir(2)

Add missing [fchdir(2)](http://pubs.opengroup.org/onlinepubs/9699919799/functions/fchdir.html) function - chdir to an open file descriptor.

Fixes #495
@bors
Copy link
Contributor

bors commented Jan 17, 2017

☀️ Test successful - status-appveyor, status-travis
Approved by: alexcrichton
Pushing d1a7591 to master...

@bors bors merged commit 7a26079 into rust-lang:master Jan 17, 2017
@lucab
Copy link
Contributor Author

lucab commented Jan 17, 2017

@alexcrichton thanks a lot! Please ping here once this reaches a tagged version, so I can get rid of my local symbol (and eventually get this wrapped in nix-rust).

@alexcrichton
Copy link
Member

Sure yeah, I'm doing a bump in #499, so we should have a new version shortly

@lucab
Copy link
Contributor Author

lucab commented Jan 17, 2017

Whoa, that was quick! Followed up in nix with nix-rust/nix#497, thanks a lot.

Susurrus pushed a commit to Susurrus/libc that referenced this pull request Mar 26, 2017
…@fiveop

Always use libc's socketaddr_storage

Since rust-lang/rust#23425 is closed, we no longer need the special
case.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants