summaryrefslogtreecommitdiff
path: root/pthread_start.c
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2022-10-21 09:18:14 +0300
committerIvan Maidanski <ivmai@mail.ru>2022-10-21 12:49:45 +0300
commiteaecbcc1ed180fe9cb29fa584cffb8db0b56f2c9 (patch)
tree3531365398e35e304dfef23482e7bc13d00cafb5 /pthread_start.c
parent8d209bffe46c94a0b9e37b82de3f43c86f1f3e5c (diff)
downloadbdwgc-eaecbcc1ed180fe9cb29fa584cffb8db0b56f2c9.tar.gz
Do not include sched.h from pthread_start.c
(refactoring) * pthread_start.c [GC_PTHREADS && !GC_WIN32_THREADS && !SN_TARGET_ORBIS && !SN_TARGET_PSP2]: Remove include sched.h.
Diffstat (limited to 'pthread_start.c')
-rw-r--r--pthread_start.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/pthread_start.c b/pthread_start.c
index 8d8201b2..b51b7de0 100644
--- a/pthread_start.c
+++ b/pthread_start.c
@@ -39,8 +39,6 @@
#if defined(GC_PTHREADS) && !defined(GC_WIN32_THREADS) \
&& !defined(SN_TARGET_ORBIS) && !defined(SN_TARGET_PSP2)
-#include <sched.h>
-
/* Invoked from GC_pthread_start. */
GC_INNER_PTHRSTART void *GC_CALLBACK GC_pthread_start_inner(
struct GC_stack_base *sb, void *arg)