mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
parent
fc44cffac5
commit
3ad5c7c289
1 changed files with 8 additions and 0 deletions
|
@ -270,4 +270,12 @@ long sysconf(int name);
|
|||
double nan(char *tagp);
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_BACKTRACE
|
||||
int backtrace(void **buffer, int size);
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_BACKTRACE_SYMBOLS_FD
|
||||
char **backtrace_symbols_fd(void *const *buffer, int size, int fd);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue