xiaoxiang781216 commented on code in PR #15551:
URL: https://github.com/apache/nuttx/pull/15551#discussion_r1915861196
##########
libs/libc/unistd/Kconfig:
##########
@@ -111,7 +111,7 @@ config LIBC_HOSTNAME
---help---
A unique name to identify device on the network
-config LIBC_OPEN_MAX
+config OPEN_MAX
Review Comment:
can we keep LIBC_ prefix? since all libc option start with it.
##########
libs/libc/unistd/Kconfig:
##########
@@ -117,3 +117,25 @@ config OPEN_MAX
---help---
The maximum number of files that a process can have open
at any time. Must not be less than _POSIX_OPEN_MAX.
+
+config NAME_MAX
Review Comment:
could we add LIBC_ prefix
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]