view libiberty/msdos.c @ 135:d23615825742

fix _CbC_return for c-next.c
author anatofuz
date Thu, 08 Nov 2018 14:06:47 +0900
parents a06113de4d67
children
line wrap: on
line source

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

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

waitpid()
{
  return -1;
}