Skip to content

remove unused dependency on linux/membarrier.h for intel to fix CI build #221

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
Feb 22, 2017

Conversation

das
Copy link
Contributor

@das das commented Feb 22, 2017

add dependency on linux-libc-dev to INSTALL.md for other architectures

@das das requested a review from MadCoder February 22, 2017 20:36
src/shims/lock.h Outdated
@@ -89,7 +89,9 @@ _dispatch_lock_has_failed_trylock(dispatch_lock lock_value)

#elif defined(__linux__)
#include <linux/futex.h>
#if !defined(__x86_64) && !defined(__i386__)
Copy link
Contributor

Choose a reason for hiding this comment

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

I think it should be __x86_64__ not __x86_64

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yup, typed too quickly

add dependency on linux-libc-dev to INSTALL.md for other architectures
@das das force-pushed the das-disable-linux-membarrier-include branch from c6d5ab6 to dea8577 Compare February 22, 2017 20:38
@das das merged commit fcc1924 into master Feb 22, 2017
@das das deleted the das-disable-linux-membarrier-include branch February 22, 2017 20:39
das added a commit that referenced this pull request May 25, 2017
remove unused dependency on linux/membarrier.h for intel to fix CI build

Signed-off-by: Daniel A. Steffen <dsteffen@apple.com>
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.

2 participants