File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
src/unix/linux_like/linux/gnu Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -582,6 +582,8 @@ aio_write
582582aiocb
583583asctime_r
584584backtrace
585+ backtrace_symbols
586+ backtrace_symbols_fd
585587clock_adjtime
586588close_range
587589copy_file_range
Original file line number Diff line number Diff line change @@ -1190,6 +1190,8 @@ extern "C" {
11901190
11911191 pub fn ctermid ( s : * mut c_char ) -> * mut c_char ;
11921192 pub fn backtrace ( buf : * mut * mut c_void , sz : c_int ) -> c_int ;
1193+ pub fn backtrace_symbols ( buffer : * const * mut c_void , len : c_int ) -> * mut * mut c_char ;
1194+ pub fn backtrace_symbols_fd ( buffer : * const * mut c_void , len : c_int , fd : c_int ) ;
11931195 #[ cfg_attr( gnu_time_bits64, link_name = "__glob64_time64" ) ]
11941196 pub fn glob64 (
11951197 pattern : * const c_char ,
You can’t perform that action at this time.
0 commit comments