summaryrefslogtreecommitdiff
path: root/src/kernel/vfs/path.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/vfs/path.h')
-rw-r--r--src/kernel/vfs/path.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/kernel/vfs/path.h b/src/kernel/vfs/path.h
index 769aa27..8efa0d4 100644
--- a/src/kernel/vfs/path.h
+++ b/src/kernel/vfs/path.h
@@ -1,6 +1,8 @@
#pragma once
#include <stddef.h>
+#define PATH_MAX 512
+
/** Reduce a path to its simplest form.
*
* @return length of the string in *out, always less than len. Negative if the path was invalid.