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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [uClibc/] [libc/] [sysdeps/] [linux/] [e1/] [vfork.c] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1325 phoenix
#include <sys/types.h>
2
#include <sys/syscall.h>
3
#include <sys/errno.h>
4
 
5
#define __NR___libc_vfork __NR_vfork
6
inline  _syscall0(pid_t, __libc_vfork);
7
inline  _syscall0(pid_t, vfork);

powered by: WebSVN 2.1.0

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