unistd:rename CONFIG_OPEN_MAX to CONFIG_LIBC_OPEN_MAX
Signed-off-by: 田昕 <tianxin7@xiaomi.com>
This commit is contained in:
parent
6e0ba2bed5
commit
24bd80eb84
2 changed files with 3 additions and 3 deletions
|
|
@ -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---
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue