aboutsummaryrefslogtreecommitdiff
path: root/libgloss/m32r/getpid.c
blob: ff6e9023d753bc031fab1f9f900d68fdb00468d2 (plain)
1
2
3
4
5
6

int
_getpid (int n)
{
  return 1;
}