_fork.c

Go to the documentation of this file.
00001 #include <lib.h>
00002 #define fork    _fork
00003 #include <unistd.h>
00004 
00005 PUBLIC pid_t fork()
00006 {
00007   message m;
00008 
00009   return(_syscall(MM, FORK, &m));
00010 }

Generated on Fri Apr 14 22:57:27 2006 for minix by  doxygen 1.4.6