Skip to content

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

Merged
danburkert merged 1 commit intodanburkert:masterfrom
alexcrichton:patch-1
Feb 6, 2016
Merged

Use libc::off_t instead of std::*::off_t#2
danburkert merged 1 commit intodanburkert:masterfrom
alexcrichton:patch-1

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