Re: [Mingw-w64-public] winpthreads: a few more header file cleanups

2025-02-26 Thread LIU Hao
在 2025-02-26 20:12, Kirill Makurin 写道: Thanks for letting me know. I was afraid something like this could happen since pthread_signal.h is included from mingw-w64's signal.h. Still, I think we could include pthread_signal.h from pthread.h for MSVC compilation. Maybe also move `SIG_*` macros cl

Re: [Mingw-w64-public] winpthreads: a few more header file cleanups

2025-02-25 Thread LIU Hao
在 2025-02-26 09:24, LIU Hao 写道: 在 2025-02-20 01:38, Kirill Makurin 写道: From: Kirill Makurin Sent: Thursday, February 20, 2025 2:33 AM To: mingw-w64-public Subject: winpthreads: a few more header file cleanups Patch 1: remove old, commented out typedef for `pthread_t`. Patch 2: move `SIG_BLOC

Re: [Mingw-w64-public] winpthreads: a few more header file cleanups

2025-02-25 Thread LIU Hao
在 2025-02-20 01:38, Kirill Makurin 写道: From: Kirill Makurin Sent: Thursday, February 20, 2025 2:33 AM To: mingw-w64-public Subject: winpthreads: a few more header file cleanups Patch 1: remove old, commented out typedef for `pthread_t`. Patch 2: move `SIG_BLOCK`, `SIG_UNBLOCK` and `SIG_SETMAS

Re: [Mingw-w64-public] winpthreads: a few more header file cleanups

2025-02-19 Thread Kirill Makurin
Sorry, I forgot to attach patches. From: Kirill Makurin Sent: Thursday, February 20, 2025 2:33 AM To: mingw-w64-public Subject: winpthreads: a few more header file cleanups Patch 1: remove old, commented out typedef for `pthread_t`. Patch 2: move `SIG_BLOCK`, `S

[Mingw-w64-public] winpthreads: a few more header file cleanups

2025-02-19 Thread Kirill Makurin
Patch 1: remove old, commented out typedef for `pthread_t`. Patch 2: move `SIG_BLOCK`, `SIG_UNBLOCK` and `SIG_SETMASK` from pthread.h to pthread_signal.h. Also include pthread_signal.h from pthread.h when compiling with MSVC. Please note that pthread_signal.h is also included from mingw-w64's s