We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f75552 commit c5eadb3Copy full SHA for c5eadb3
src/unix/bsd/openbsdlike/mod.rs
@@ -361,7 +361,6 @@ extern {
361
#[cfg_attr(target_os = "netbsd", link_name = "__clock_gettime50")]
362
pub fn clock_gettime(clk_id: ::c_int, tp: *mut ::timespec) -> ::c_int;
363
pub fn __errno() -> *mut ::c_int;
364
- pub fn backtrace(buf: *mut *mut ::c_void, sz: ::size_t) -> ::size_t;
365
pub fn shm_open(name: *const ::c_char, oflag: ::c_int, mode: ::mode_t)
366
-> ::c_int;
367
pub fn pthread_main_np() -> ::c_int;
0 commit comments