summaryrefslogtreecommitdiff
path: root/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1-RevB_FreedomStudio/freedom-metal/gloss/sys_getpid.c
blob: 589ad117c9587b74af50ba6b52ca64e30767814c (plain)
1
2
3
4
5
6
7
#include <errno.h>

int
_getpid()
{
  return 1;
}