Update ggml/src/ggml.c
Co-authored-by: slaren <slarengh@gmail.com>
This commit is contained in:
parent
0bb7932d8d
commit
e089459355
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ typedef pthread_t ggml_thread_t;
|
||||||
#include <dlfcn.h>
|
#include <dlfcn.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
struct BacktraceState {
|
struct backtrace_state {
|
||||||
void** current;
|
void** current;
|
||||||
void** end;
|
void** end;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue