Files
rust/src/libstd
Alex Crichton 1bd2d20161 std: Atomically set CLOEXEC for sockets if possible
This commit adds support for creating sockets with the `SOCK_CLOEXEC` flag.
Support for this flag was added in Linux 2.6.27, however, and support does not
exist on platforms other than Linux. For this reason we still have the same
fallback as before but just special case Linux if we can.
2016-02-05 17:02:31 -08:00
..
2016-01-31 19:01:30 +03:00
2015-12-17 20:57:14 +02:00
2016-01-31 19:01:30 +03:00
2016-01-23 09:03:09 +01:00
2016-01-16 16:34:51 +01:00
2016-02-03 01:16:58 +02:00
2015-12-16 22:12:47 -05:00
2016-01-31 19:01:30 +03:00