Skip to content

Commit c601a70

Browse files
QuzarDCQuzarDC
authored andcommitted
dc-chain: Update docs and mingw patch for sys/sched.h removal
Cleaning up after the removal of the patch in KallistiOS#1208. The default `sys/sched.h` from newlib is used instead.
1 parent c6df54c commit c601a70

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

utils/dc-chain/doc/mingw/packages/fixup-sh4-newlib.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,3 @@ cp -r $kos_base/kernel/arch/dreamcast/include/dc $newlib_inc
1717
# they are already "cp" instructions.
1818
cp $kos_base/include/pthread.h $newlib_inc
1919
cp $kos_base/include/sys/_pthread.h $newlib_inc/sys
20-
cp $kos_base/include/sys/sched.h $newlib_inc/sys

utils/dc-chain/patches/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ Generic `newlib` fixups (applied directly after `newlib` is installed):
2525
```
2626
cp $(kos_base)/include/pthread.h $(newlib_inc) # KOS pthread.h is modified
2727
cp $(kos_base)/include/sys/_pthread.h $(newlib_inc)/sys # to define _POSIX_THREADS
28-
cp $(kos_base)/include/sys/sched.h $(newlib_inc)/sys # pthreads to kthreads mapping
2928
ln -nsf $(kos_base)/include/kos $(newlib_inc) # so KOS includes are available as kos/file.h
3029
ln -nsf $(kos_base)/kernel/arch/dreamcast/include/arch $(newlib_inc) # kos/thread.h requires arch/arch.h
3130
ln -nsf $(kos_base)/kernel/arch/dreamcast/include/dc $(newlib_inc) # arch/arch.h requires dc/video.h

0 commit comments

Comments
 (0)