Retro68/gcc/libgloss/m32r/getpid.c
2012-03-27 01:51:53 +02:00

7 lines
37 B
C

int
_getpid (int n)
{
return 1;
}