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

Fix compilation on Redox #39961

Merged
merged 1 commit into from
Feb 25, 2017
Merged

Fix compilation on Redox #39961

merged 1 commit into from
Feb 25, 2017

Conversation

jackpot51
Copy link
Contributor

@jackpot51 jackpot51 commented Feb 19, 2017

This updates the Redox sys module to fix compilation.

The functions peek and peek_from are added to TcpStream and UdpSocket as stubs. The sys::backtrace module is now included correctly

@rust-highfive
Copy link
Collaborator

r? @brson

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

@alexcrichton
Copy link
Member

@bors: r+

@bors
Copy link
Contributor

bors commented Feb 21, 2017

📌 Commit cbafac5 has been approved by alexcrichton

@jackpot51
Copy link
Contributor Author

Thanks @alexcrichton!

eddyb added a commit to eddyb/rust that referenced this pull request Feb 25, 2017
Fix compilation on Redox

This updates the Redox sys module to fix compilation.

The functions peek and peek_from are added to TcpStream and UdpSocket as stubs. The sys::backtrace module is now included correctly
eddyb added a commit to eddyb/rust that referenced this pull request Feb 25, 2017
Fix compilation on Redox

This updates the Redox sys module to fix compilation.

The functions peek and peek_from are added to TcpStream and UdpSocket as stubs. The sys::backtrace module is now included correctly
bors added a commit that referenced this pull request Feb 25, 2017
@bors bors merged commit cbafac5 into rust-lang:master Feb 25, 2017
@jackpot51 jackpot51 deleted the redox branch April 7, 2017 01:23
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.

5 participants