icecat: update to upstream version 128.0.14-1gnu1
This commit is contained in:
parent
0cdda4f34e
commit
56c3deff60
77 changed files with 8997 additions and 3862 deletions
|
|
@ -762,7 +762,8 @@ MFBT_API void MozStackWalk(MozWalkStackCallback aCallback,
|
|||
# elif defined(ANDROID)
|
||||
pthread_attr_t sattr;
|
||||
pthread_attr_init(&sattr);
|
||||
pthread_getattr_np(pthread_self(), &sattr);
|
||||
int rc = pthread_getattr_np(pthread_self(), &sattr);
|
||||
MOZ_RELEASE_ASSERT(rc == 0, "pthread_getattr_np failed");
|
||||
void* stackBase = stackEnd = nullptr;
|
||||
size_t stackSize = 0;
|
||||
if (gettid() != getpid()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue