Skip to content

apps: Replace O_RDOK with O_RDONLY after alias removal#3568

Merged
simbit18 merged 1 commit into
apache:masterfrom
xiaoxiang781216:oflags2
Jun 29, 2026
Merged

apps: Replace O_RDOK with O_RDONLY after alias removal#3568
simbit18 merged 1 commit into
apache:masterfrom
xiaoxiang781216:oflags2

Conversation

@xiaoxiang781216

@xiaoxiang781216 xiaoxiang781216 commented Jun 29, 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.

miss from #3566.

Impact

Fix ci error like this: apache/nuttx#19234

Testing

pass build

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>
@simbit18 simbit18 merged commit d172f81 into apache:master Jun 29, 2026
41 checks passed
@xiaoxiang781216 xiaoxiang781216 deleted the oflags2 branch June 29, 2026 05:47
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