newlib-cygwin/libgloss/m32r/getpid.c

7 lines
37 B
C
Raw Normal View History

2000-03-18 06:48:54 +08:00
int
_getpid (int n)
{
return 1;
}