shithub: npe

Download patch

ref: bb97daaee412ff0f7c98e020e696c73a2a09101d
parent: 4ddf15e2297213dc199c80371ef96fc700fe936f
author: Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>
date: Mon Mar 15 12:12:12 EDT 2021

limits: increase PATH_MAX to 4096

--- a/include/npe/limits.h
+++ b/include/npe/limits.h
@@ -14,7 +14,7 @@
 #endif
 
 #ifndef PATH_MAX
-#define PATH_MAX 256
+#define PATH_MAX 4096
 #endif
 
 #ifndef INT16_MAX