-
Notifications
You must be signed in to change notification settings - Fork 822
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
fcntl(..., F_GETPIPE_SZ, ...) returns EINVAL #1012
Comments
@ericeil - That's correct. This is currently not implemented and I have opened a task to track it. No ETA at this moment. |
any update? |
I believe this has been fixed for a couple of releases. I will leave it open until someone can verify. |
Closing this as it's fixed. Please re-open if you run into any issues. |
25 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On rs_preview build 14905:
fcntl(..., F_GETPIPE_SZ, ...)
returns EINVAL. Is this not yet implemented?This causes one test failure in .NET Core.
The text was updated successfully, but these errors were encountered: