Update limit values

This commit is contained in:
Enrico Fraccaroli
2019-05-16 13:59:07 +02:00
parent c0e5808656
commit 552e2a073f
16 changed files with 39 additions and 27 deletions
+2 -1
View File
@@ -17,6 +17,7 @@
#include "unistd.h"
#include "list_head.h"
#include "signal_defs.h"
#include "limits.h"
/// The maximum length of a name for a task_struct.
#define TASK_NAME_MAX_LENGTH 100
@@ -170,7 +171,7 @@ typedef struct task_struct {
int error_no;
/// The current working directory.
char cwd[MAX_PATH_LENGTH];
char cwd[PATH_MAX];
//==== Future work =========================================================
// - task's attributes: