From f9f082ee53ae0ab8e12b0c1bf1de339af8b92282 Mon Sep 17 00:00:00 2001 From: Yang Liu Date: Thu, 10 Apr 2025 18:14:50 +0800 Subject: [WOW64] More work on the PE wow64 build (#2518) * [WOW64] More work on the PE wow64 build * added a TODO --- src/include/mysignal.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/include/mysignal.h') diff --git a/src/include/mysignal.h b/src/include/mysignal.h index 5eb1b782..8d4f84a6 100644 --- a/src/include/mysignal.h +++ b/src/include/mysignal.h @@ -8,8 +8,9 @@ typedef struct { int a; } sigset_t; +typedef sigset_t __sigset_t; + #define sigfillset(x) -#define pthread_sigmask(a, b, c) #endif #endif // __MYSIGNAL_H_ \ No newline at end of file -- cgit 1.4.1