Skip to content

Add sigprocmask function #582

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

Merged
merged 1 commit into from
Apr 25, 2017
Merged

Add sigprocmask function #582

merged 1 commit into from
Apr 25, 2017

Conversation

mkilgore
Copy link
Contributor

sigprocmask is currently missing, this adds the definition for sigprocmask into the main list of Unix functions. This should be standard across all the Unix-like systems supported.

Note that the constants for 'how' (SIG_SETMASK, SIG_BLOCK, SIG_UNBLOCK) are already defined, it is only this function that is missing.

@alexcrichton
Copy link
Member

@bors: r+

Thanks!

@bors
Copy link
Contributor

bors commented Apr 25, 2017

📌 Commit 5306983 has been approved by alexcrichton

@bors
Copy link
Contributor

bors commented Apr 25, 2017

⌛ Testing commit 5306983 with merge 08d2e4b...

bors added a commit that referenced this pull request Apr 25, 2017
Add sigprocmask function

sigprocmask is currently missing, this adds the definition for sigprocmask into the main list of Unix functions. This should be standard across all the Unix-like systems supported.

Note that the constants for 'how' (SIG_SETMASK, SIG_BLOCK, SIG_UNBLOCK) are already defined, it is only this function that is missing.
@bors
Copy link
Contributor

bors commented Apr 25, 2017

💔 Test failed - status-travis

@mkilgore
Copy link
Contributor Author

mkilgore commented Apr 25, 2017

Any chance you could run the failed test again? It seems like it could be a fluke somehow. The failed test is i386-apple-ios and it just hung there with no output. The same test ran fine on my original pull request.

@alexcrichton
Copy link
Member

alexcrichton commented Apr 25, 2017 via email

@bors
Copy link
Contributor

bors commented Apr 25, 2017

⌛ Testing commit 5306983 with merge 6641160...

bors added a commit that referenced this pull request Apr 25, 2017
Add sigprocmask function

sigprocmask is currently missing, this adds the definition for sigprocmask into the main list of Unix functions. This should be standard across all the Unix-like systems supported.

Note that the constants for 'how' (SIG_SETMASK, SIG_BLOCK, SIG_UNBLOCK) are already defined, it is only this function that is missing.
@bors
Copy link
Contributor

bors commented Apr 25, 2017

☀️ Test successful - status-appveyor, status-travis
Approved by: alexcrichton
Pushing 6641160 to master...

@bors bors merged commit 5306983 into rust-lang:master Apr 25, 2017
@mkilgore mkilgore deleted the sigprocmask branch April 26, 2017 01:59
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