I'm surprised at how badly #Ghidra decompiles this very simple function.
It's a syscall 0x57 which is unlink (remove a file).
I'm surprised it decompiles saying it *returns 0x57* ...
@buherator not sure. I tried to edit and set calling convention to "syscall", but that will only touch the function signature, not the decompiled lines within it, right?