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

Implement support for more flags (combinations) when opening files with the devoptab #250

Merged
merged 1 commit into from
Aug 6, 2022

Conversation

Maschell
Copy link
Contributor

The target file when calling std::filesystem::copy_file opens the file with O_CREAT | O_WRONLY | O_EXCL. This PR adds supports for the O_CREAT | O_WRONLY flag-combination and add a checks for O_EXCL

@Maschell Maschell changed the title Implement support for more more flags (combinations) when opening files with the devoptab Implement support for more flags (combinations) when opening files with the devoptab Jul 29, 2022
@Maschell Maschell changed the title Implement support for more flags (combinations) when opening files with the devoptab [WIP] Implement support for more flags (combinations) when opening files with the devoptab Jul 30, 2022
@Maschell Maschell force-pushed the devoptab_open branch 2 times, most recently from f45ef25 to 024b785 Compare July 30, 2022 15:39
@fincs fincs marked this pull request as draft July 30, 2022 16:00
@Maschell Maschell marked this pull request as ready for review July 30, 2022 16:30
@Maschell Maschell changed the title [WIP] Implement support for more flags (combinations) when opening files with the devoptab Implement support for more flags (combinations) when opening files with the devoptab Aug 1, 2022
@fincs fincs merged commit 733d500 into devkitPro:master Aug 6, 2022
@Maschell Maschell deleted the devoptab_open branch October 6, 2022 10:37
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.

None yet

2 participants