pthread: Extend the up limit of PTHREAD_CLEANUP_STACKSIZE to 255
tos field is uint8_t, so it doesn't make sense to limit the max value to 32 Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
9da715db12
commit
97ed003842
@ -755,7 +755,7 @@ endchoice # Default pthread mutex protocol
|
||||
config PTHREAD_CLEANUP_STACKSIZE
|
||||
int "pthread cleanup stack size"
|
||||
default 0
|
||||
range 0 32
|
||||
range 0 255
|
||||
---help---
|
||||
The maximum number of cleanup actions that may be pushed by
|
||||
pthread_cleanup_push().
|
||||
|
Loading…
x
Reference in New Issue
Block a user