source: branches/libc-0.6/src/gcc/libiberty/msdos.c

Last change on this file was 2, checked in by bird, 22 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 177 bytes
Line 
1char msg[] = "No vfork available - aborting\n";
2vfork()
3{
4 write(1, msg, sizeof(msg));
5}
6
7sigsetmask()
8{
9 /* no signals support in go32 (yet) */
10}
11
12waitpid()
13{
14 return -1;
15}
Note: See TracBrowser for help on using the repository browser.