Re: libc/libsys split coming soon

From: Paul Floyd <paulf2718_at_gmail.com>
Date: Fri, 23 Feb 2024 17:53:46 UTC

On 05-02-24 17:02, Brooks Davis wrote:

>> Could you do a quick test with an exe linked to libsys but not libc running
>> under Valgrind memcheck, please?
> 
> Could you suggest a more concrete example?

This little example seems to be OK


void _start(void)
{
   _exit(0);
}


However I do see quite a few new testcase failures. Some are libsys 
related and fairly unimportant. There are also a few more serious issues 
that I'm still investigating, not necessarily anything to do with libsys.

A+
Paul