Support marking a file-descriptor as blocking via fcntl
authorChristopher Dykes <cdykes@fb.com>
Mon, 26 Jun 2017 21:39:26 +0000 (14:39 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Mon, 26 Jun 2017 21:51:49 +0000 (14:51 -0700)
commita198e71565a8e2500fdab9e54725926686992916
tree952128e704eed140d3004de0047a78bc6b7074ce
parent7091892818f0cc1bd0156e4e6d04178fc39b9235
Support marking a file-descriptor as blocking via fcntl

Summary: Previously, only marking it as non-blocking was supported.

Reviewed By: simpkins

Differential Revision: D5307769

fbshipit-source-id: 03ed7c35632dbc9551552b21c401ea709bd6eaaa
folly/portability/Fcntl.cpp