cancel
Showing results for 
Search instead for 
Did you mean: 

_exit() implementation in syscalls.c wrong?

MdjRosenau
Associate

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.

1 REPLY 1
Billy OWEN
ST Employee

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