!521 fix: 修复newlib缺省PTHREAD_KEYS_MAX 问题

Merge pull request !521 from zhushengle/key
This commit is contained in:
openharmony_ci 2021-12-31 08:51:16 +00:00 committed by Gitee
commit 9ebad7d291
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 */