starting to work on pty drivers, fork(), and scheduler redesign
This commit is contained in:
@@ -44,4 +44,6 @@ int read(int fd, void* buf, size_t sz);
|
||||
int fstat(int fd, file_t* _f);
|
||||
int fseek(int fd, size_t offset);
|
||||
|
||||
int alloc_fd(file_t* f);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user