Description:l0 posix interface

Team: OTHERS
Feature or Bugfix:Feature
Binary Source:No
PrivateCode(Yes/No):No

Change-Id: I8bcb92a97a98c61077c55704dec03c997d1246da
ChangeID:13439291
This commit is contained in:
wuyunjie
2021-03-27 10:12:18 +08:00
committed by mamingshuai
parent 3887b13564
commit 955b52e4b2
106 changed files with 10260 additions and 84 deletions
+4 -2
View File
@@ -2,6 +2,8 @@
#define _LIMITS_H
#ifdef __ICCARM__ /* for iar */
#define PATH_MAX 256
#define MQ_PRIO_MAX 1
#define PTHREAD_STACK_MIN LOSCFG_BASE_CORE_TSK_MIN_STACK_SIZE
#include_next <limits.h>
#else
@@ -49,7 +51,7 @@
#ifndef NAME_MAX
#define NAME_MAX 255
#endif
#define PATH_MAX 4096
#define PATH_MAX 256
#define NGROUPS_MAX 32
#define ARG_MAX 131072
#define IOV_MAX 1024
@@ -74,7 +76,7 @@
#define SEM_VALUE_MAX 0x7fffffff
#define SEM_NSEMS_MAX 256
#define DELAYTIMER_MAX 0x7fffffff
#define MQ_PRIO_MAX 32768
#define MQ_PRIO_MAX 1
#define LOGIN_NAME_MAX 256
/* Arbitrary numbers... */