From: kosmirror <kos...@us...> - 2025-05-31 00:38:12
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "A pseudo Operating System for the Dreamcast.". The branch, master has been updated via 680d18622376666ad9251929f7a6f450e7724607 (commit) from 5494e88a4d4bab0a288892f55363e48a146417ff (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 680d18622376666ad9251929f7a6f450e7724607 Author: QuzarDC <qu...@co...> Date: Fri May 30 19:19:22 2025 -0400 Add pthread include to fix 9.5.0-winxp profile. ----------------------------------------------------------------------- Summary of changes: utils/dc-chain/patches/gcc/gthr-kos.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/utils/dc-chain/patches/gcc/gthr-kos.h b/utils/dc-chain/patches/gcc/gthr-kos.h index 5e58191c..e71cb923 100644 --- a/utils/dc-chain/patches/gcc/gthr-kos.h +++ b/utils/dc-chain/patches/gcc/gthr-kos.h @@ -45,6 +45,9 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #include <arch/irq.h> #include <time.h> +/* 9.5.0 somehow requires this. Remove when no longer supported */ +#include <pthread.h> + /* These should work just fine. */ typedef kthread_key_t __gthread_key_t; typedef kthread_once_t __gthread_once_t; hooks/post-receive -- A pseudo Operating System for the Dreamcast. |