]> git.lizzy.rs Git - rust.git/commit
Follow rename of mx_handle_wait Magenta syscalls
authorRaph Levien <raph@google.com>
Fri, 17 Feb 2017 19:26:22 +0000 (11:26 -0800)
committerRaph Levien <raph@google.com>
Fri, 17 Feb 2017 19:26:22 +0000 (11:26 -0800)
commit609133098bfbeae69fb9c65ca5438c411d27dfd6
treee2f40eda4e62de61ef70b0207ee0a793388eb2e0
parent668864d9edd4f28d48005b57e5b177228cb974c5
Follow rename of mx_handle_wait Magenta syscalls

The mx_handle_wait_* syscalls in Magenta were renamed to
mx_object_wait. The syscall is used in the Magenta/Fuchsia
implementation of std::process, to wait on child processes.

In addition, this patch enables the use of the system provided
libbacktrace library on Fuchsia targets. Symbolization is not yet
working, but at least it allows printing hex addresses in a backtrace
and makes building succeed when the backtrace feature is not disabled.
src/libstd/build.rs
src/libstd/sys/unix/process/magenta.rs
src/libstd/sys/unix/process/process_fuchsia.rs