OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [gdb-5.0/] [libiberty/] [vfork.c] - Diff between revs 107 and 1765

Only display areas with differences | Details | Blame | View Log

Rev 107 Rev 1765
/* Emulate vfork using just plain fork, for systems without a real vfork.
/* Emulate vfork using just plain fork, for systems without a real vfork.
   This function is in the public domain. */
   This function is in the public domain. */
 
 
int
int
vfork ()
vfork ()
{
{
  return (fork ());
  return (fork ());
}
}
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.