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

Add O_BINARY option to open file. #753

Merged
merged 1 commit into from
Dec 21, 2018

Conversation

JiriBilek
Copy link
Contributor

O_BINARY option while opening file for binary write is needed for proper function in Windows. The option should be harmless for linux.
See issue #752.

@xor-gate xor-gate added this to the Next milestone Dec 21, 2018
@xor-gate xor-gate merged commit 358a913 into stlink-org:master Dec 21, 2018
@xor-gate
Copy link
Member

Thanks @JiriBilek !

@Nightwalker-87 Nightwalker-87 removed this from the General milestone Feb 21, 2020
@Nightwalker-87 Nightwalker-87 self-assigned this Feb 21, 2020
@Nightwalker-87 Nightwalker-87 added this to the v1.6.0 milestone Feb 21, 2020
@Nightwalker-87 Nightwalker-87 linked an issue Mar 20, 2020 that may be closed by this pull request
6 tasks
@stlink-org stlink-org locked as resolved and limited conversation to collaborators Apr 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

O_BINARY mode for open() on Windows is needed
3 participants