Firmwares/dhrystone/bsp/libwrap/sys/getpid.c

7 lines
79 B
C

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