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
582
582
aiocb
583
583
asctime_r
584
584
backtrace
585
+ backtrace_symbols
586
+ backtrace_symbols_fd
585
587
clock_adjtime
586
588
close_range
587
589
copy_file_range
Original file line number Diff line number Diff line change @@ -1192,6 +1192,8 @@ extern "C" {
1192
1192
1193
1193
pub fn ctermid ( s : * mut c_char ) -> * mut c_char ;
1194
1194
pub fn backtrace ( buf : * mut * mut c_void , sz : c_int ) -> c_int ;
1195
+ pub fn backtrace_symbols ( buffer : * const * mut c_void , len : c_int ) -> * mut * mut c_char ;
1196
+ pub fn backtrace_symbols_fd ( buffer : * const * mut c_void , len : c_int , fd : c_int ) ;
1195
1197
#[ cfg_attr( gnu_time_bits64, link_name = "__glob64_time64" ) ]
1196
1198
pub fn glob64 (
1197
1199
pattern : * const c_char ,
You can’t perform that action at this time.
0 commit comments