rust/src/libstd/sys
Josh Stone 490f49fd2a Remove unnecessary stat64 pointer casts
In effect, these just casted `&mut stat64` to `*mut stat64`, twice.
That's harmless, but it masked a problem when this was copied to new
code calling `fstatat`, which takes a pointer to `struct stat`.  That
will be fixed by #51785, but let's remove the unnecessary casts here
too.
2018-06-25 12:34:33 -07:00
..
cloudabi std: Minimize size of panicking on wasm 2018-04-13 07:03:00 -07:00
redox Auto merge of #51529 - nodakai:improve-sys_common-mutex, r=oli-obk 2018-06-17 20:11:35 +00:00
unix Remove unnecessary stat64 pointer casts 2018-06-25 12:34:33 -07:00
wasm std: Minimize size of panicking on wasm 2018-04-13 07:03:00 -07:00
windows Add missing allow_missing_docs 2018-06-13 23:30:35 +02:00
mod.rs Make the documentation build work on CloudABI. 2018-01-11 11:29:52 +01:00