mirror of
https://github.com/apache/nuttx.git
synced 2025-12-07 18:12:33 +08:00
unistd:rename CONFIG_OPEN_MAX to CONFIG_LIBC_OPEN_MAX
Signed-off-by: 田昕 <tianxin7@xiaomi.com>
This commit is contained in:
@@ -203,10 +203,10 @@
|
||||
#define NAME_MAX _POSIX_NAME_MAX
|
||||
#define TTY_NAME_MAX _POSIX_NAME_MAX
|
||||
#define NGROUPS_MAX _POSIX_NGROUPS_MAX
|
||||
#if CONFIG_OPEN_MAX < _POSIX_OPEN_MAX
|
||||
#if CONFIG_LIBC_OPEN_MAX < _POSIX_OPEN_MAX
|
||||
# define OPEN_MAX _POSIX_OPEN_MAX
|
||||
#else
|
||||
# define OPEN_MAX CONFIG_OPEN_MAX
|
||||
# define OPEN_MAX CONFIG_LIBC_OPEN_MAX
|
||||
#endif
|
||||
#define PATH_MAX _POSIX_PATH_MAX
|
||||
#define PIPE_BUF _POSIX_PIPE_BUF
|
||||
|
||||
@@ -144,7 +144,7 @@ config LIBC_HOSTNAME
|
||||
---help---
|
||||
A unique name to identify device on the network
|
||||
|
||||
config OPEN_MAX
|
||||
config LIBC_OPEN_MAX
|
||||
int "OPEN_MAX for this device"
|
||||
default 255
|
||||
---help---
|
||||
|
||||
Reference in New Issue
Block a user