Revert accidentally committed "Remove unused _IO_Relax"

Sebastian has agreed to move this out of score. I should have
removed this patch from my tree but accidentally committed it
with another patch.
This commit is contained in:
Joel Sherrill
2023-07-03 10:32:53 -05:00
parent 3d8fa0ef00
commit 6264b14804
5 changed files with 130 additions and 0 deletions

View File

@@ -1434,6 +1434,7 @@ source:
- cpukit/score/src/interr.c
- cpukit/score/src/iobase64.c
- cpukit/score/src/ioprintf.c
- cpukit/score/src/iorelax.c
- cpukit/score/src/iovprintf.c
- cpukit/score/src/isr.c
- cpukit/score/src/isrisinprogress.c

View File

@@ -14,6 +14,7 @@ source:
- testsuites/validation/tx-call-within-isr.c
- testsuites/validation/tx-default-task-config.c
- testsuites/validation/tx-interrupt.c
- testsuites/validation/tx-io-relax.c
- testsuites/validation/tx-memory-alloc.c
- testsuites/validation/tx-preemption-intervention.c
- testsuites/validation/tx-support.c