summaryrefslogtreecommitdiff
path: root/src/sys/socket/addr.rs
diff options
context:
space:
mode:
authorBryant Mairs <bryantmairs@google.com>2018-06-01 13:32:50 -0700
committerBryant Mairs <bryantmairs@google.com>2018-06-01 14:47:42 -0700
commit7e870c054778036ff23ac1ee5fcb0ee4b04a19de (patch)
tree936673169e7c77c96e84362fb9ccf7dbff9e79ab /src/sys/socket/addr.rs
parentbadb45113ba98d46a28b54c5f9a9ff122774976c (diff)
downloadnix-7e870c054778036ff23ac1ee5fcb0ee4b04a19de.zip
Remove emulation of FD_CLOEXEC/O_NONBLOCK
Rather than using the native implementation of these constants on supported platforms, the native implementation was instead emulated. This was also hidden from the user even though this could result in data races and the functionality being broken. Native functionality is, however, not support on macos/ios. Rather than enable this emulation solely for this platform, it should be removed as this is a dangerous abstraction.
Diffstat (limited to 'src/sys/socket/addr.rs')
0 files changed, 0 insertions, 0 deletions