diff options
| author | Yang Liu <liuyang22@iscas.ac.cn> | 2025-04-10 20:09:23 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-10 14:09:23 +0200 |
| commit | 0bb41a73c27df807ba8fcaa205612be7b3a1ac95 (patch) | |
| tree | e789a5ff074bae6d492c6ea19f824cdecc7e3d37 /src/include/mysignal.h | |
| parent | f9f082ee53ae0ab8e12b0c1bf1de339af8b92282 (diff) | |
| download | box64-0bb41a73c27df807ba8fcaa205612be7b3a1ac95.tar.gz box64-0bb41a73c27df807ba8fcaa205612be7b3a1ac95.zip | |
[WOW64] More tweaks towards PE build (#2519)
Diffstat (limited to 'src/include/mysignal.h')
| -rw-r--r-- | src/include/mysignal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/mysignal.h b/src/include/mysignal.h index 8d4f84a6..22861634 100644 --- a/src/include/mysignal.h +++ b/src/include/mysignal.h @@ -11,6 +11,8 @@ typedef struct { typedef sigset_t __sigset_t; #define sigfillset(x) + +#define SIGTRAP 5 #endif #endif // __MYSIGNAL_H_ \ No newline at end of file |