2023-11-27 08:16 AM
Looking at the file "syscalls.c" I found the following line:
The implementation of "_exit()" calls "_kill(status, -1)".
Shouldn't it be "_kill(-1, status)" instead?
Note: Because "_kill()" is implemented as dummy by default, this line has no effect unless the "_kill()" function is replaced by a real implementation.
2023-11-28 12:12 PM
Hi @MdjRosenau
The forum moderator had marked your post as needing a little more investigation and direct support. An online support case has been created on your behalf, please stand by for just a moment and you will hear from us.
Regards,
Billy