Skip to content

Bug fix in testing of return code of sem_timedwait #32

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
Jan 8, 2016

Conversation

dgrove-oss
Copy link
Contributor

Code was not properly handling a return code of 0 from sem_timedwait
(it would interpret it as a timeout). Change logic of test to match
that used after the other call to sem_timedwait in this file.

Code was not properly handling a return code of 0 from sem_timedwait
(it would interpret it as a timeout).  Change logic of test to match
that used after the other call to sem_timedwait in this file.
MadCoder added a commit that referenced this pull request Jan 8, 2016
Bug fix in testing of return code of sem_timedwait
@MadCoder MadCoder merged commit 3ce4e3d into swiftlang:master Jan 8, 2016
@dgrove-oss dgrove-oss deleted the sem_timedwait_bugfix branch January 11, 2016 16:56
das pushed a commit that referenced this pull request Jun 14, 2016
Bug fix in testing of return code of sem_timedwait

Signed-off-by: Daniel A. Steffen <[email protected]>
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