]> xenbits.xensource.com Git - unikraft/libs/newlib.git/commitdiff
Add NAME_MAX to limits.h
authorVlad-Andrei Badoiu <vlad_andrei.badoiu@upb.ro>
Sun, 27 Dec 2020 23:30:27 +0000 (01:30 +0200)
committerSharan Santhanam <sharan.santhanam@neclab.eu>
Fri, 29 Jan 2021 10:05:09 +0000 (15:35 +0530)
Signed-off-by: Vlad-Andrei Badoiu <vlad_andrei.badoiu@upb.ro>
Reviewed-by: Gaulthier Gain <gaulthier.gain@uliege.be <mailto:gaulthier.gain@uliege.be>>
include/limits.h

index d31d2f28c64a0c31eca0eb75540d81eca38c0c35..cbe57fa922837edcf629be72e3482ec4a2d799db 100644 (file)
@@ -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\}'.
  */