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 constants in sys/signal.rs. #285

Merged
merged 5 commits into from
Mar 1, 2016
Merged

Use libc constants in sys/signal.rs. #285

merged 5 commits into from
Mar 1, 2016

Conversation

fiveop
Copy link
Contributor

@fiveop fiveop commented Feb 28, 2016

Work toward #264.

@kamalmarhubi
Copy link
Member

+45 −277

I like the sound of that diffstat!

pub sa_mask: sigset_t,
pub sa_flags: SockFlag,
bitflags!{
flags HowFlag: libc::c_int {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we rename this to SigFlags while here?

@kamalmarhubi
Copy link
Member

Other than possible renaming of flags types, r=me. This is great!

@fiveop
Copy link
Contributor Author

fiveop commented Feb 29, 2016

@homu r=@kamalmarhubi

@homu
Copy link
Contributor

homu commented Feb 29, 2016

📌 Commit a8e37d6 has been approved by @kamalmarhubi

@homu
Copy link
Contributor

homu commented Feb 29, 2016

⌛ Testing commit a8e37d6 with merge aeccaee...

homu added a commit that referenced this pull request Feb 29, 2016
Use libc constants in sys/signal.rs.

Work toward #264.
@homu
Copy link
Contributor

homu commented Mar 1, 2016

☀️ Test successful - status

@homu homu merged commit a8e37d6 into nix-rust:master Mar 1, 2016
@fiveop fiveop deleted the use_libc branch May 1, 2016 14:03
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.

3 participants