libc/libgloss/m32r/getpid.c

7 lines
37 B
C
Raw Normal View History

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