_exit() implementation in syscalls.c wrong?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-11-27 8: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.
Labels:
- Labels:
-
Bug-report
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
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
