-
Couldn't load subscription status.
- Fork 68
Fix some usability issues + parse flags from libc sources if possible #8
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
base: master
Are you sure you want to change the base?
Conversation
…length. If channel length is zero, set the fileLength to Long.MAX_VALUE.
Some updates
Fix a bug and bump the version.
|
Hey, thanks for the PR. I'm a bit concerned about spawning a new process like this for parsing out the various flags -- see my comment on #7. What are the OSes that support O_DIRECT that could have different values for these flags? Is there a way we could get this information without spawning a new process inside a static context, and include the original defaults as fallbacks? |
Turned out flags might differ on some systems, should be a benign change