13 lines
226 B
C++
13 lines
226 B
C++
#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
|