Skip to content

Commit

Permalink
execinfo.h: remove bt_name declaration
Browse files Browse the repository at this point in the history
Test function I used when playing with symbol names.

Signed-off-by: Alfred Persson Forsberg <[email protected]>
  • Loading branch information
alfredfo committed Jul 28, 2022
1 parent 399c5a5 commit 6deedb7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion execinfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ extern "C" {
int backtrace(void **, int);
char ** backtrace_symbols(void *const *, int);
void backtrace_symbols_fd(void *const *, int, int);
char ** bt_name(void *const *, int, int);

#ifdef __cplusplus
}
Expand Down

0 comments on commit 6deedb7

Please sign in to comment.