kern
diff src/proc.h @ 98:921a264297a4
merged the filesystem stuff
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Thu, 17 Apr 2014 17:03:30 +0300 |
parents | 7ff2b4971216 |
children |
line diff
1.1 --- a/src/proc.h Thu Apr 17 12:30:02 2014 +0300 1.2 +++ b/src/proc.h Thu Apr 17 17:03:30 2014 +0300 1.3 @@ -51,6 +51,8 @@ 1.4 /* open files */ 1.5 struct file files[MAX_FD]; 1.6 1.7 + unsigned int umask; 1.8 + 1.9 struct process *child_list; 1.10 1.11 struct process *next, *prev; /* for the scheduler queues */