HomePhorge

Fix for #4649 -- avoid unsupported features on non-posix systems
25738726526cUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Fix for #4649 -- avoid unsupported features on non-posix systems

MS Windows is apparently only "posix curious;" many of the usual fcntl flags
are not defined when running under MS Windows. It also appears that we are
only using a small subset of the vendored event-loop library and could replace
it with a handful of (portable) extracted methods. This, however, would be
too agressive of a refactor for 2.6.2 and so this commit simply avoids referring
to the unsupported flag values in environments where they are not defined.

Details

Provenance
Markus Roberts <Markus@reality.com>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPUeb9279c69d74: Fix for 4273 -- revert b7e2580ab49ecdb67fc9b522829c005fc3750fbe
Branches
Unknown
Tags
Unknown

Event Timeline

Markus Roberts <Markus@reality.com> committed rPU25738726526c: Fix for #4649 -- avoid unsupported features on non-posix systems (authored by Markus Roberts <Markus@reality.com>).Sep 29 2010, 5:23 AM