Skip to content

Commit 41c5768

Browse files
aescolarkartben
authored andcommitted
arch/posix posix_core.h: Remove native_posix mention
That target does not exist anymore. Signed-off-by: Alberto Escolar Piedras <[email protected]>
1 parent 942ef41 commit 41c5768

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

arch/posix/include/posix_core.h

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,9 @@ typedef struct {
3131
* Note: If more elements are added to this structure, remember to
3232
* update ARCH_POSIX_RECOMMENDED_STACK_SIZE in the configuration.
3333
*
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 ).
34+
* Currently there are 4 pointers + 2 ints, on a 32-bit build this will result in 24 bytes
35+
* (4*4 + 2*4).
36+
* For a 64-bit build the recommended stack size will be 40 bytes ( 4*8 + 2*4 ).
3837
*/
3938
} posix_thread_status_t;
4039

0 commit comments

Comments
 (0)