You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Alex Clemmer (JIRA)" <ji...@apache.org> on 2016/05/12 18:59:12 UTC

[jira] [Created] (MESOS-5371) Implement `fcntl.hpp`

Alex Clemmer created MESOS-5371:
-----------------------------------

             Summary: Implement `fcntl.hpp`
                 Key: MESOS-5371
                 URL: https://issues.apache.org/jira/browse/MESOS-5371
             Project: Mesos
          Issue Type: Bug
          Components: stout
            Reporter: Alex Clemmer
            Assignee: Alex Clemmer


`fcntl.hpp` has a bunch of functions that will never work on Windows. We will need to work around them, either by working around specific call sites of functions like `os::cloexec`, or by implementing something that keeps track of which file descriptors are cloexec, and which aren't.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)