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

Issue #450 fix stack_t errors on FreeBSD 11 and later #452

Closed
wants to merge 1 commit into from

Conversation

asomers
Copy link
Contributor

@asomers asomers commented Nov 14, 2016

stack_t.ss_sp changed from a char* to a void* in FreeBSD 11. This commit suppresses
the error generated by libc-test on FreeBSD 11.

stack_t.ss_sp changed from a char* to a void* in FreeBSD 11.  This commit suppresses
the error generated by libc-test on FreeBSD 11.
@rust-highfive
Copy link

r? @alexcrichton

(rust_highfive has picked a reviewer for you, use r? to override)

@bors
Copy link
Contributor

bors commented Nov 14, 2016

☔ The latest upstream changes (presumably #449) made this pull request unmergeable. Please resolve the merge conflicts.

@alexcrichton
Copy link
Member

Thanks! Want to rebase and I'll merge?

@asomers
Copy link
Contributor Author

asomers commented Nov 15, 2016

Rebased and combined with PR #451

@asomers asomers closed this Nov 15, 2016
Susurrus pushed a commit to Susurrus/libc that referenced this pull request Mar 26, 2017
…ions, r=fiveop

Additional documentation additions

This is a second round of doc additions.  There are also some funcitonal changes to APIs for getting/setting hostname that need to be reviewed.

r? @nix-rust/nix-maintainers
Susurrus pushed a commit to Susurrus/libc that referenced this pull request Mar 26, 2017
…s, r=kamalmarhubi

Gethostname sethostname updates

These changes have been previously discussed some with rust-lang#452 but we decided it made sense to separate things out a bit more.

r? @kamalmarhubi @fiveop
danielverkamp pushed a commit to danielverkamp/libc that referenced this pull request Apr 28, 2020
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.

4 participants