rust/src/libstd/sys
Manish Goregaokar 1a6e100f72 Rollup merge of #24216 - alexcrichton:stabilize-from-raw-os-error, r=aturon
This commit stabilizes the old `io::Error::from_os_error` after being renamed to
use the `raw_os_error` terminology instead. This function is often useful when
writing bindings to OS functions but only actually converting to an I/O error at
a later point.
2015-04-10 00:24:44 +05:30
..
common Implement reentrant mutexes and make stdio use them 2015-04-08 19:42:16 +03:00
unix Rollup merge of #24216 - alexcrichton:stabilize-from-raw-os-error, r=aturon 2015-04-10 00:24:44 +05:30
windows Rollup merge of #24216 - alexcrichton:stabilize-from-raw-os-error, r=aturon 2015-04-10 00:24:44 +05:30