[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[UNIKRAFT/NEWLIB PATCH 1/1] Add NAME_MAX to limits.h



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




 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.