Skip to content

{bp-3568} apps: Replace O_RDOK with O_RDONLY after alias removal#3581

Merged
acassis merged 2 commits into
apache:releases/13.0from
jerpelea:bp-3568
Jul 2, 2026
Merged

{bp-3568} apps: Replace O_RDOK with O_RDONLY after alias removal#3581
acassis merged 2 commits into
apache:releases/13.0from
jerpelea:bp-3568

Conversation

@jerpelea

@jerpelea jerpelea commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Summary

The O_RDOK/O_WROK aliases have been removed from fcntl.h. Replace all remaining O_RDOK usage with O_RDONLY in the apps repository.

includes
#3566

Impact

RELEASE

Testing

CI

The O_RDOK/O_WROK aliases have been removed from fcntl.h.  Replace
all remaining O_RDOK usage with O_RDONLY in the apps repository.

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
The O_RDOK/O_WROK aliases have been removed from fcntl.h.  Replace
all remaining O_RDOK usage with O_RDONLY in the apps repository.

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
@acassis acassis merged commit 98631ad into apache:releases/13.0 Jul 2, 2026
10 of 41 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants