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
..
2016-04-07 11:39:27 +02:00
2016-02-17 16:59:03 +00:00
2016-02-21 16:35:37 +01:00
2016-02-22 01:58:49 +03:00