4.4BSD/usr/src/contrib/gdb-4.7.lbl/libiberty/msdos.c

Compare this file to the similar file:
Show the results in this format:

char msg[] = "No vfork available - aborting\n";
vfork()
{
  write(1, msg, sizeof(msg));
}

sigsetmask()
{
  /* no signals support in go32 (yet) */
}

getuid()
{
  
  return 42;
}
getgid()
{
  return 42;
}