diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-09-02 16:35:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-02 16:35:07 +0200 |
| commit | 25a064f3a8da90626b8c33fc01bb1e1bd0b4c4c8 (patch) | |
| tree | dc564c30b2155310cf82c7bd6a4664255fea4a6c /src/tools/bridge.c | |
| parent | eb1e607b935a1c90c0c9cf0b352d95423e42740d (diff) | |
| parent | 8a25b91ad23b8ef0c1154f43f95459209d372463 (diff) | |
| download | box64-25a064f3a8da90626b8c33fc01bb1e1bd0b4c4c8.tar.gz box64-25a064f3a8da90626b8c33fc01bb1e1bd0b4c4c8.zip | |
Merge pull request #962 from ptitSeb/android
[ANDROID] Try to create an Android build, porting box86 Android build
Diffstat (limited to 'src/tools/bridge.c')
| -rw-r--r-- | src/tools/bridge.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/bridge.c b/src/tools/bridge.c index 220e06a1..fc3055bb 100644 --- a/src/tools/bridge.c +++ b/src/tools/bridge.c @@ -6,7 +6,6 @@ #include <pthread.h> #include <sys/mman.h> #include <errno.h> -#include <execinfo.h> #include <wrappedlibs.h> #include "custommem.h" |