Welcome to mirror list, hosted at ThFree Co, Russian Federation.

getpid.c « m32r « libgloss - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ff6e9023d753bc031fab1f9f900d68fdb00468d2 (plain)
1
2
3
4
5
6

int
_getpid (int n)
{
  return 1;
}