rust/src/libstd/sys/unix
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
..
backtrace try! -> ? 2016-03-22 22:01:37 -05:00
ext Fix a typo in the doc comment of std::os::unix:🧵:JoinHandleExt 2016-03-31 19:28:06 +02:00
condvar.rs std: Add Instant and SystemTime to std::time 2015-11-19 09:32:38 -08:00
fd.rs try! -> ? 2016-03-22 22:01:37 -05:00
fs.rs try! -> ? 2016-03-22 22:01:37 -05:00
mod.rs std: Fix linking against signal on Android 2016-04-04 21:54:59 -07:00
mutex.rs std: Migrate to the new libc 2015-11-09 22:55:50 -08:00
net.rs try! -> ? 2016-03-22 22:01:37 -05:00
os.rs Fix libstd on DragonFly 2016-04-07 11:39:27 +02:00
os_str.rs Add Capacity/length methods for OsString. 2016-02-20 11:37:58 -05:00
pipe.rs try! -> ? 2016-03-22 22:01:37 -05:00
process.rs std: Fix linking against signal on Android 2016-04-04 21:54:59 -07:00
rand.rs try! -> ? 2016-03-22 22:01:37 -05:00
rwlock.rs std: Migrate to the new libc 2015-11-09 22:55:50 -08:00
stack_overflow.rs Fix broken Solaris build 2016-02-22 01:58:49 +03:00
stdio.rs std: Funnel read_to_end through to one location 2016-03-08 17:45:44 -08:00
thread.rs Fix unsound behaviour with null characters in thread names (issue #32475) 2016-03-25 06:14:03 +01:00
thread_local.rs std: Migrate to the new libc 2015-11-09 22:55:50 -08:00
time.rs Fix libstd on DragonFly 2016-04-07 11:39:27 +02:00
weak.rs std: Fix linking against signal on Android 2016-04-04 21:54:59 -07:00