We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We now have a branch which allows make test to pass on GNU/Hurd: https://github.com/Tarsnap/spiped/tree/DO-NOT-MERGE-hurd
make test
This currently has two commits:
GNU/Hurd does not support cancellation points:
This is on their list of "open issues", although much of the info is from 2013 so I don't know how accurate it is: https://www.gnu.org/software/hurd/open_issues/libpthread_cancellation_points.html
GNU/Hurd: shutdown(2) can produce EMIG_BAD_ID
I think this is a kernel errno value, which their standard library should notice and replace with EBADF or ENOTSOCK.
These commits are not candidates for merging to spiped master.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We now have a branch which allows
make test
to pass on GNU/Hurd: https://github.com/Tarsnap/spiped/tree/DO-NOT-MERGE-hurdThis currently has two commits:
GNU/Hurd does not support cancellation points:
This is on their list of "open issues", although much of the info is from 2013 so I don't know how accurate it is:
https://www.gnu.org/software/hurd/open_issues/libpthread_cancellation_points.html
GNU/Hurd: shutdown(2) can produce EMIG_BAD_ID
I think this is a kernel errno value, which their standard library should notice and replace with EBADF or ENOTSOCK.
These commits are not candidates for merging to spiped master.
The text was updated successfully, but these errors were encountered: