Signed-off-by: Vlad-Andrei Badoiu <
vlad_andrei.badoiu@xxxxxx>
---
include/limits.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/limits.h b/include/limits.h
index d31d2f2..cbe57fa 100644
--- a/include/limits.h
+++ b/include/limits.h
@@ -73,7 +73,7 @@
#endif
#define PATH_MAX 1024
-
+#define NAME_MAX 255
/* The maximum number of repeated occurrences of a regular _expression_
* permitted when using the interval notation `\{M,N\}'.
*/
--
2.27.0