mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 01:58:32 -04:00
Rename RISC-V-Qemu-sive_e_Freedom_Studio directory to RISC-V-Qemu-sifive_e-Eclipse-GCC as it is now using Vanilla Eclipse and vanilla GCC in place of Freedom Studio.
This commit is contained in:
parent
f78ccd077a
commit
c7c60cff15
58 changed files with 0 additions and 0 deletions
|
@ -0,0 +1,9 @@
|
|||
/* See LICENSE of license details. */
|
||||
|
||||
#include <errno.h>
|
||||
#include "stub.h"
|
||||
|
||||
int wait(int* status)
|
||||
{
|
||||
return _stub(ECHILD);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue