~ubuntu-branches/ubuntu/quantal/gclcvs/quantal

« back to all changes in this revision

Viewing changes to binutils/libiberty/msdos.c

  • Committer: Bazaar Package Importer
  • Author(s): Camm Maguire
  • Date: 2004-06-24 15:13:46 UTC
  • Revision ID: james.westby@ubuntu.com-20040624151346-xh0xaaktyyp7aorc
Tags: 2.7.0-26
C_GC_OFFSET is 2 on m68k-linux

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
char msg[] = "No vfork available - aborting\n";
 
2
vfork()
 
3
{
 
4
  write(1, msg, sizeof(msg));
 
5
}
 
6
 
 
7
sigsetmask()
 
8
{
 
9
  /* no signals support in go32 (yet) */
 
10
}
 
11
 
 
12
waitpid()
 
13
{
 
14
  return -1;
 
15
}