Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 297e1b25 authored by Ingo Molnar's avatar Ingo Molnar
Browse files

uml: fix build error



fix:

 arch/um/os-Linux/helper.c: In function 'run_helper':
 arch/um/os-Linux/helper.c:73: error: 'PATH_MAX' undeclared (first use in this function)

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 4a27214d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
#include "os.h"
#include "um_malloc.h"
#include "user.h"
#include <linux/limits.h>

struct helper_data {
	void (*pre_exec)(void*);