Fix 'Build fails on aarch64-unknown-linux-android24'(#124)#125
Fix 'Build fails on aarch64-unknown-linux-android24'(#124)#125ChenPi11 wants to merge 4 commits into
Conversation
We found that there is a probability for test |
This comment was marked as outdated.
This comment was marked as outdated.
|
I have merged main branch back to here. |
| #include <signal.h> | ||
|
|
||
| #if defined(__ANDROID__) || defined(__BIONIC__) || defined(PPMD_NO_PTHREAD_CANCEL) || 1 |
There was a problem hiding this comment.
| #include <signal.h> | |
| #if defined(__ANDROID__) || defined(__BIONIC__) || defined(PPMD_NO_PTHREAD_CANCEL) || 1 | |
| #if defined(__ANDROID__) || defined(__BIONIC__) || defined(PPMD_NO_PTHREAD_CANCEL) | |
| #include <signal.h> |
Please do not brute force insert the change on all the platform.
|
Because we use ref pyppmd/src/lib/buffer/ThreadDecoder.c Lines 311 to 312 in 85a2281 I don't merge here other than the case when you implement FYI: We use the windows implementation of |
Benchmark: