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 @@ -1190,6 +1190,8 @@ extern "C" {
1190
1190
1191
1191
pub fn ctermid ( s : * mut c_char ) -> * mut c_char ;
1192
1192
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 ) ;
1193
1195
#[ cfg_attr( gnu_time_bits64, link_name = "__glob64_time64" ) ]
1194
1196
pub fn glob64 (
1195
1197
pattern : * const c_char ,
You can’t perform that action at this time.
0 commit comments