fix: 修复newlib缺省PTHREAD_KEYS_MAX 问题

Close #I4OX47
Signed-off-by: zhushengle <zhushengle@huawei.com>
Change-Id: I4c6b07a77dca5eb5b24f462e639ff173f06d5da0
This commit is contained in:
zhushengle 2021-12-31 15:38:18 +08:00
parent 1af387098f
commit 65f04bf093
1 changed files with 2 additions and 0 deletions

View File

@ -41,4 +41,6 @@
#define PATH_MAX 256
#define NAME_MAX 256
#define PTHREAD_KEYS_MAX 128
#endif /* !_ADAPT_LIMITS_H */