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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [newlib-1.17.0/] [newlib/] [libc/] [syscalls/] [sysfork.c] - Diff between revs 148 and 158

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 148 Rev 158
/* connector for fork */
/* connector for fork */
 
 
/* Don't define this if NO_FORK.  See for example libc/sys/win32/spawn.c.  */
/* Don't define this if NO_FORK.  See for example libc/sys/win32/spawn.c.  */
 
 
#ifndef NO_FORK
#ifndef NO_FORK
 
 
#include <reent.h>
#include <reent.h>
#include <unistd.h>
#include <unistd.h>
 
 
int
int
_DEFUN_VOID (fork)
_DEFUN_VOID (fork)
{
{
  return _fork_r (_REENT);
  return _fork_r (_REENT);
}
}
 
 
#endif
#endif
 
 

powered by: WebSVN 2.1.0

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