remove backtrace() prototype that don't exists under

- openbsd
- bitrig
- netbsd
This commit is contained in:
Sébastien Marie 2015-12-21 15:58:52 +01:00
parent 5f75552056
commit c5eadb3293

View File

@ -361,7 +361,6 @@ extern {
#[cfg_attr(target_os = "netbsd", link_name = "__clock_gettime50")]
pub fn clock_gettime(clk_id: ::c_int, tp: *mut ::timespec) -> ::c_int;
pub fn __errno() -> *mut ::c_int;
pub fn backtrace(buf: *mut *mut ::c_void, sz: ::size_t) -> ::size_t;
pub fn shm_open(name: *const ::c_char, oflag: ::c_int, mode: ::mode_t)
-> ::c_int;
pub fn pthread_main_np() -> ::c_int;