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

Do not specify O_CLOEXEC when opening (qt_safe_open does it) #62

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

pekdon
Copy link

@pekdon pekdon commented Nov 25, 2021

For systems without O_CLOEXEC, no need to specify and this fixes compile
issues on Solaris 10.

qeglfskmsgbmdevice.cpp only required but no need to set it as it is
managed by qt_safe_open anyway.

For systems without O_CLOEXEC, no need to specify and this fixes compile
issues on Solaris 10.

qeglfskmsgbmdevice.cpp only required but no need to set it as it is
managed by qt_safe_open anyway.
@jonaski
Copy link
Contributor

jonaski commented Oct 25, 2022

Qt doesn't use GitHub, this needs to be submitted to Gerrit codereview (https://codereview.qt-project.org/). For instructions see: https://wiki.qt.io/Setting_up_Gerrit and https://wiki.qt.io/Gerrit_Introduction

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants