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

Issue #23 - replaced linux specific code with posix code #45

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

akshatakanihal
Copy link

I have replaced the linux specic code with posix compliant code

gooding470 and others added 3 commits September 12, 2022 14:06
… when selection is requested).

Also, fail si-queries on single-bin namespaces explicitly (range field sent for single-bin namespace would have asserted).
@@ -27,7 +27,7 @@

#include <cf_mutex.h>

#include <linux/futex.h>
#include <sys/futex.h>
Copy link
Contributor

Choose a reason for hiding this comment

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

cf_mutex.c:30:10: fatal error: sys/futex.h: No such file or directory
   30 | #include <sys/futex.h>
      |          ^~~~~~~~~~~~~
cat /etc/*issue
Ubuntu 20.04.5 LTS \n \l

@kportertx kportertx changed the title Issue 23 - replaced linux specific code with posix code Issue #23 - replaced linux specific code with posix code Dec 8, 2022
@kportertx
Copy link
Contributor

Related to issue #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.

3 participants