[PATCH 1/1] libtests/newlib01: Edit assert statements to check initialization

2022-02-15 Thread Matthew Joyce
From: Matt Joyce Edit assert statements in worker thread to check initialization against the __cleanup member of struct _reent instead of sdidinit. This will allow the removal of sdidinit in a follow up Newlib patch. --- testsuites/libtests/newlib01/init.c | 6 +++--- 1 file changed, 3 insertion

Re: [PATCH 1/1] libtests/newlib01: Edit assert statements to check initialization

2022-02-15 Thread Sebastian Huber
On 15/02/2022 12:26, Matthew Joyce wrote: From: Matt Joyce Edit assert statements in worker thread to check initialization against the __cleanup member of struct _reent instead of sdidinit. This will allow the removal of sdidinit in a follow up Newlib patch. Thanks, I checked it in with some m