#ifdef CHANGED #include "copyright.h" #include "system.h" #include "userthread.h" #include "syscall.h" int do_ThreadCreate(int f, int arg){ DEBUG('x',"Enter do_ThreadCreate function\n"); } void do_ThreadExit(){ } #endif