Firmwares/hifive1-vp/hello/bsp/libwrap/sys/getpid.c
2023-08-20 15:00:51 +02:00

7 lines
79 B
C

/* See LICENSE of license details. */
int __wrap_getpid(void)
{
return 1;
}