Implement syscall for file opening and refactor open_files initialisation in thread.c w/ S.
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
|
||||
#include <hash.h>
|
||||
|
||||
#define MIN_USER_FD 2
|
||||
|
||||
typedef int pid_t;
|
||||
|
||||
void syscall_init (void);
|
||||
|
||||
Reference in New Issue
Block a user