Skip to content

adding O_RDWR flag in the open()

Jiayuan Ren requested to merge renjiayuan1314/wayland:master into master

According to the manual of open: "The argument flags must include one of the following access modes: O_RDONLY, O_WRONLY, or O_RDWR."

Merge request reports