newlib/libgloss/m32r/getpid.c

7 lines
37 B
C
Raw Normal View History

2000-03-17 22:48:54 +00:00
int
_getpid (int n)
{
return 1;
}