We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 942ef41 commit 41c5768Copy full SHA for 41c5768
arch/posix/include/posix_core.h
@@ -31,10 +31,9 @@ typedef struct {
31
* Note: If more elements are added to this structure, remember to
32
* update ARCH_POSIX_RECOMMENDED_STACK_SIZE in the configuration.
33
*
34
- * Currently there are 4 pointers + 2 ints, on a 32-bit native posix
35
- * implementation this will result in 24 bytes ( 4*4 + 2*4).
36
- * For a 64-bit implementation the recommended stack size will be
37
- * 40 bytes ( 4*8 + 2*4 ).
+ * Currently there are 4 pointers + 2 ints, on a 32-bit build this will result in 24 bytes
+ * (4*4 + 2*4).
+ * For a 64-bit build the recommended stack size will be 40 bytes ( 4*8 + 2*4 ).
38
*/
39
} posix_thread_status_t;
40
0 commit comments