mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
file_operations: get back C89 compatible initializer
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
committed by
Xiang Xiao
parent
2447b7bd9a
commit
a743fed63d
+1
-1
@@ -693,7 +693,7 @@ config PTHREAD_CLEANUP_STACKSIZE
|
||||
The maximum number of cleanup actions that may be pushed by
|
||||
pthread_clean_push(). This setting will increase the size of EVERY
|
||||
pthread task control block by about n * CONFIG_PTHREAD_CLEANUP_STACKSIZE
|
||||
where n is the size of a pointer, 2* sizeof(uintptr_t), this would be
|
||||
where n is the size of a pointer, 2 * sizeof(uintptr_t), this would be
|
||||
8 for a CPU with 32-bit addressing and 4 for a CPU with 16-bit
|
||||
addressing.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user