commit | 88d27ccf6213dfffc9a1056eac889b5b01a1dc3c | [log] [tgz] |
---|---|---|
author | Paul He <pawpawhe@gmail.com> | Tue Jun 25 00:46:07 2024 +0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Jun 26 13:06:28 2024 -0400 |
tree | 4911e0ede913b499b40dc746c72309eeb51a9195 | |
parent | 3f59cf9439938c6f5054e86f7f396074ff5685cc [diff] |
posix: pthread: correct log info of new stack address When a new stack is allocated successfully in pthread_attr_setstacksize, the new address should be printed not the original one. Signed-off-by: Paul He <pawpawhe@gmail.com>