rust/src/libstd/os
Michael Neumann 60c988ec17 Fix libstd on DragonFly
Following changes:

* birthtime does not exist on DragonFly
* errno: __dfly_error is no more. Use #[thread_local] static errno.
* clock_gettime expects a c_ulong (use a type alias)

These changes are required to build DragonFly snapshots again.
2016-04-07 11:39:27 +02:00
..
android std: Deprecate all std::os::*::raw types 2016-02-13 14:42:55 -08:00
bitrig std: Deprecate all std::os::*::raw types 2016-02-13 14:42:55 -08:00
dragonfly Fix libstd on DragonFly 2016-04-07 11:39:27 +02:00
emscripten Fix building libstd on on emscripten targets. 2016-03-07 17:22:55 +10:00
freebsd re-add freebsd padding 2016-02-17 16:59:03 +00:00
ios std: Deprecate all std::os::*::raw types 2016-02-13 14:42:55 -08:00
linux std: Deprecate all std::os::*::raw types 2016-02-13 14:42:55 -08:00
macos std: Deprecate all std::os::*::raw types 2016-02-13 14:42:55 -08:00
nacl std: Deprecate all std::os::*::raw types 2016-02-13 14:42:55 -08:00
netbsd Fix struct stat usage on NetBSD 2016-02-21 16:35:37 +01:00
openbsd polish std::os::*::raw deprecation on openbsd 2016-02-14 12:03:46 +01:00
solaris Fix broken Solaris build 2016-02-22 01:58:49 +03:00
mod.rs Auto merge of #31986 - ashleysommer:emscripten_fixes, r=alexcrichton 2016-03-08 01:04:36 +00:00
raw.rs std: Deprecate all std::os::*::raw types 2016-02-13 14:42:55 -08:00