rust/src/libstd/sys/unix
Geoffrey Thomas a8dbb92b47 Fix build on Android API levels below 21
signal(), sigemptyset(), and sigaddset() are only available as inline
functions until Android API 21. liblibc already handles signal()
appropriately, so drop it from c.rs; translate sigemptyset() and
sigaddset() (which is only used in a test) by hand from the C inlines.

We probably want to revert this commit when we bump Android API level.
2015-06-22 00:55:42 -04:00
..
ext std: Add FromRaw{Fd,Handle,Socket} to os preludes 2015-06-18 16:14:50 -07:00
backtrace.rs Use const fn to abstract away the contents of UnsafeCell & friends. 2015-05-27 11:19:03 +03:00
c.rs Fix build on Android API levels below 21 2015-06-22 00:55:42 -04:00
condvar.rs Use const fn to abstract away the contents of UnsafeCell & friends. 2015-05-27 11:19:03 +03:00
fd.rs std: Mark mem::forget as a safe function 2015-05-07 17:25:04 -07:00
fs.rs Auto merge of #25844 - alexcrichton:stabilize-fs-features, r=aturon 2015-06-12 21:31:37 +00:00
mod.rs std: Rename sys::foo2 modules to sys::foo 2015-05-07 09:30:00 -07:00
mutex.rs Use const fn to abstract away the contents of UnsafeCell & friends. 2015-05-27 11:19:03 +03:00
net.rs Implement RFC 1047 - socket timeouts 2015-05-28 20:03:20 -07:00
os_str.rs Revise use of conversion traits 2015-03-26 13:54:48 -07:00
os.rs Use const fn to abstract away the contents of UnsafeCell & friends. 2015-05-27 11:19:03 +03:00
pipe.rs std: Tweak process raising/lowering implementations 2015-06-09 17:48:10 -07:00
process.rs Fix build on Android API levels below 21 2015-06-22 00:55:42 -04:00
rwlock.rs Use const fn to abstract away the contents of UnsafeCell & friends. 2015-05-27 11:19:03 +03:00
stack_overflow.rs sys/unix: Consolidate signal-handling FFI bindings 2015-06-22 00:55:42 -04:00
stdio.rs Implement RFC 1014 2015-06-14 20:17:06 -07:00
sync.rs Implement reentrant mutexes and make stdio use them 2015-04-08 19:42:16 +03:00
thread_local.rs Use const fn to abstract away the contents of UnsafeCell & friends. 2015-05-27 11:19:03 +03:00
thread.rs Use const fn to abstract away the contents of UnsafeCell & friends. 2015-05-27 11:19:03 +03:00
time.rs Use const fn to abstract away the contents of UnsafeCell & friends. 2015-05-27 11:19:03 +03:00