Implement VM #63
@@ -259,7 +259,6 @@ thread_create (const char *name, int priority,
|
||||
return TID_ERROR;
|
||||
}
|
||||
|
||||
#define USERPROG
|
||||
#ifdef USERPROG
|
||||
/* Initialize the thread's file descriptor table. */
|
||||
t->fd_counter = MINIMUM_USER_FD;
|
||||
|
||||
Reference in New Issue
Block a user