#include #define fork _fork #include PUBLIC pid_t fork() { message m; return(_syscall(PM_PROC_NR, FORK, &m)); }