justincormack/ljsyscall

Calling _exit

Closed this issue · 2 comments

I'm trying to call the syscall _exit.
But _exit is replaced with exit_group in libc.lua: https://github.com/justincormack/ljsyscall/blob/master/syscall/libc.lua#L48

I can't quite remember why I did this it doesn't seem to make that much sense...

oops, typo in commit message, fixed.