You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by gn...@apache.org on 2020/02/19 18:42:22 UTC

[incubator-nuttx] branch pr315 updated: Kconfig: add PATH_MAX config

This is an automated email from the ASF dual-hosted git repository.

gnutt pushed a commit to branch pr315
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/pr315 by this push:
     new 6c05e01  Kconfig: add PATH_MAX config
6c05e01 is described below

commit 6c05e014d511c3b0e188a26c480c34d4d86b8861
Author: chao.an <an...@xiaomi.com>
AuthorDate: Tue Feb 11 16:03:48 2020 +0800

    Kconfig: add PATH_MAX config
    
    Change-Id: Ifca654f0f62ad1425c772f9e8ca29252abf12c52
    Signed-off-by: chao.an <an...@xiaomi.com>
---
 sched/Kconfig | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/sched/Kconfig b/sched/Kconfig
index 8fcce87..1484cf0 100644
--- a/sched/Kconfig
+++ b/sched/Kconfig
@@ -1114,7 +1114,13 @@ config NAME_MAX
 	int "Maximum size of a file name"
 	default 32
 	---help---
-	The maximum size of a file name.
+		The maximum size of a file name.
+
+config PATH_MAX
+	int "Maximum size of path name"
+	default 256
+	---help---
+		The maximum size of path name.
 
 endmenu # Files and I/O