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

Use libc::off_t instead of std::*::off_t #2

Merged
merged 1 commit into from
Feb 6, 2016

Conversation

alexcrichton
Copy link
Contributor

The modules in std may be slated for change, and in general it's best to keep the libc apis using libc types to guarantee they match up.

The modules in `std` may be slated for change, and in general it's best to keep the libc apis using libc types to guarantee they match up.
@danburkert
Copy link
Owner

Thanks! I'll be looking into this this weekend. I doubt the test failures are your doing.

danburkert added a commit that referenced this pull request Feb 6, 2016
Use libc::off_t instead of std::*::off_t
@danburkert danburkert merged commit f2f4dc8 into danburkert:master Feb 6, 2016
@alexcrichton alexcrichton deleted the patch-1 branch February 6, 2016 20:17
@alexcrichton
Copy link
Contributor Author

@danburkert could a new release be made with this change as well? The os::raw changes have landed on nightly now which unfortunately means that fs2 no longer builds on nightly :(

@danburkert
Copy link
Owner

Just publish 0.2.3, sorry about the delay.

@alexcrichton
Copy link
Contributor Author

No worries, and thanks!

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.

2 participants