diff options
Diffstat (limited to 'src/threads/thread.h')
| -rw-r--r-- | src/threads/thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/threads/thread.h b/src/threads/thread.h index fc2029b..e3c426d 100644 --- a/src/threads/thread.h +++ b/src/threads/thread.h @@ -98,7 +98,7 @@ struct thread #ifdef USERPROG /* Owned by userprog/process.c. */ uint32_t *pagedir; /* Page directory. */ - struct fd *fds; /* Pointer to array of file descriptors. */ + struct file **fds; /* Pointer to array of file descriptors. */ #endif /* Owned by thread.c. */ |
